Searched refs:ix86_cpu_string (Results 1 – 3 of 3) sorted by relevance
416 { { "cpu=", &ix86_cpu_string, \495 size_t cpu_len = strlen (ix86_cpu_string); \497 int last_cpu_char = ix86_cpu_string[cpu_len - 1]; \3371 extern const char *ix86_cpu_string;
676 const char *ix86_cpu_string; /* for -mcpu=<xxx> */ variable1055 if (!ix86_cpu_string && ix86_arch_string) in override_options()1056 ix86_cpu_string = ix86_arch_string; in override_options()1057 if (!ix86_cpu_string) in override_options()1058 ix86_cpu_string = cpu_names [TARGET_CPU_DEFAULT]; in override_options()1136 if (! strcmp (ix86_cpu_string, processor_alias_table[i].name)) in override_options()1144 error ("bad value (%s) for -mcpu= switch", ix86_cpu_string); in override_options()
328 ix86_cpu_string and ix86_arch_string only if set.9944 * i386.h: Declare ix86_cpu_string, ix86_arch_string,