Searched refs:alpha_tp_string (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/alpha/ |
H A D | alpha.opt | 131 Target RejectNegative Joined Var(alpha_tp_string)
|
H A D | alpha.c | 339 if (alpha_tp_string) in override_options() 341 if (! strcmp (alpha_tp_string, "p")) in override_options() 343 else if (! strcmp (alpha_tp_string, "f")) in override_options() 345 else if (! strcmp (alpha_tp_string, "i")) in override_options() 348 error ("bad value %qs for -mtrap-precision switch", alpha_tp_string); in override_options()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.h | 349 extern const char *alpha_tp_string; /* For -mtrap-precision=[p|f|i] */ 363 {"trap-precision=", &alpha_tp_string, \
|
H A D | alpha.c | 80 const char *alpha_tp_string; /* -mtrap-precision=[p|s|i] */ variable 392 if (alpha_tp_string) in override_options() 394 if (! strcmp (alpha_tp_string, "p")) in override_options() 396 else if (! strcmp (alpha_tp_string, "f")) in override_options() 398 else if (! strcmp (alpha_tp_string, "i")) in override_options() 401 error ("bad value `%s' for -mtrap-precision switch", alpha_tp_string); in override_options()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog.10 | 378 (alpha_fprm_string, alpha_fptm_string, alpha_tp_string): Likewise. 389 (alpha_tp_string, alpha_fprm_string, alpha_fptm_string
|
H A D | ChangeLog.1 | 3878 * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string, 3886 alpha_tp_string, alpha_mlat_string): Add the `const' keyword.
|