Home
last modified time | relevance | path

Searched refs:alpha_tp_string (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.opt131 Target RejectNegative Joined Var(alpha_tp_string)
H A Dalpha.c339 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 Dalpha.h349 extern const char *alpha_tp_string; /* For -mtrap-precision=[p|f|i] */
363 {"trap-precision=", &alpha_tp_string, \
H A Dalpha.c80 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 DFSFChangeLog.10378 (alpha_fprm_string, alpha_fptm_string, alpha_tp_string): Likewise.
389 (alpha_tp_string, alpha_fprm_string, alpha_fptm_string
H A DChangeLog.13878 * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string,
3886 alpha_tp_string, alpha_mlat_string): Add the `const' keyword.