Home
last modified time | relevance | path

Searched refs:ix86_cpu_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h416 { { "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;
H A Di386.c676 const char *ix86_cpu_string; /* for -mcpu=<xxx> */ variable
1055 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.2328 ix86_cpu_string and ix86_arch_string only if set.
9944 * i386.h: Declare ix86_cpu_string, ix86_arch_string,