Home
last modified time | relevance | path

Searched refs:ix86_arch_string (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h420 { "arch=", &ix86_arch_string, \
494 size_t arch_len = strlen (ix86_arch_string); \
496 int last_arch_char = ix86_arch_string[arch_len - 1]; \
3374 extern const char *ix86_arch_string;
H A Di386.c677 const char *ix86_arch_string; /* for -march=<xxx> */ variable
1055 if (!ix86_cpu_string && ix86_arch_string) in override_options()
1056 ix86_cpu_string = ix86_arch_string; in override_options()
1059 if (!ix86_arch_string) in override_options()
1060 ix86_arch_string = TARGET_64BIT ? "x86-64" : "i386"; in override_options()
1104 if (! strcmp (ix86_arch_string, processor_alias_table[i].name)) in override_options()
1133 error ("bad value (%s) for -march= switch", ix86_arch_string); in override_options()
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt79 Target RejectNegative Joined Var(ix86_arch_string)
H A Di386.h331 size_t arch_len = strlen (ix86_arch_string); \
333 int last_arch_char = ix86_arch_string[arch_len - 1]; \
H A Di386.c1599 if (ix86_arch_string) in override_options()
1600 ix86_tune_string = ix86_arch_string; in override_options()
1623 if (!ix86_arch_string) in override_options()
1624 ix86_arch_string = TARGET_64BIT ? "x86-64" : "i486"; in override_options()
1625 if (!strcmp (ix86_arch_string, "generic")) in override_options()
1627 if (!strncmp (ix86_arch_string, "generic", 7)) in override_options()
1628 error ("bad value (%s) for -march= switch", ix86_arch_string); in override_options()
1673 if (! strcmp (ix86_arch_string, processor_alias_table[i].name)) in override_options()
1705 error ("bad value (%s) for -march= switch", ix86_arch_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,
H A DFSFChangeLog.11606 to ix86_arch_string.