Searched refs:alpha_tune_string (Results 1 – 5 of 5) sorted by relevance
119 Target RejectNegative Joined Var(alpha_tune_string)
394 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()
346 extern const char *alpha_tune_string; /* For -mtune= */357 {"tune=", &alpha_tune_string, \
79 const char *alpha_tune_string; /* -mtune= */ variable464 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()
8410 (alpha_tune_string): Declare.8413 and then alpha_tune_string to set alpha_cpu only.