Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.opt115 Target RejectNegative Joined Var(alpha_cpu_string)
H A Dalpha.c380 if (alpha_cpu_string) in override_options()
383 if (! strcmp (alpha_cpu_string, cpu_table [i].name)) in override_options()
391 error ("bad value %qs for -mcpu switch", alpha_cpu_string); in override_options()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h345 extern const char *alpha_cpu_string; /* For -mcpu= */
355 {"cpu=", &alpha_cpu_string, \
H A Dalpha.c78 const char *alpha_cpu_string; /* -mcpu= */ variable
449 if (alpha_cpu_string) in override_options()
452 if (! strcmp (alpha_cpu_string, cpu_table [i].name)) in override_options()
461 error ("bad value `%s' for -mcpu switch", alpha_cpu_string); in override_options()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.13878 * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string,
3885 * alpha.h (alpha_cpu_string, alpha_fprm_string, alpha_fptm_string,
H A DFSFChangeLog.1112204 * alpha.c (alpha_cpu, alpha_cpu_string): New variables.
12208 (alpha_cpu, alpha_cpu_string): New declarations.
H A DChangeLog.48412 Use alpha_cpu_string first to set both alpha_cpu and target_flags