Home
last modified time | relevance | path

Searched refs:alpha_tune_string (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/config/alpha/
H A Dalpha.opt119 Target RejectNegative Joined Var(alpha_tune_string)
H A Dalpha.c394 if (alpha_tune_string) in override_options()
397 if (! strcmp (alpha_tune_string, cpu_table [i].name)) in override_options()
403 error ("bad value %qs for -mcpu switch", alpha_tune_string); in override_options()
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha.h346 extern const char *alpha_tune_string; /* For -mtune= */
357 {"tune=", &alpha_tune_string, \
H A Dalpha.c79 const char *alpha_tune_string; /* -mtune= */ variable
464 if (alpha_tune_string) in override_options()
467 if (! strcmp (alpha_tune_string, cpu_table [i].name)) in override_options()
473 error ("bad value `%s' for -mcpu switch", alpha_tune_string); in override_options()
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.48410 (alpha_tune_string): Declare.
8413 and then alpha_tune_string to set alpha_cpu only.