Searched refs:ix86_fpmath_string (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.opt | 113 Target RejectNegative Joined Var(ix86_fpmath_string)
|
| H A D | i386.c | 1937 if (ix86_fpmath_string != 0) in override_options() 1939 if (! strcmp (ix86_fpmath_string, "387")) in override_options() 1941 else if (! strcmp (ix86_fpmath_string, "sse")) in override_options() 1951 else if (! strcmp (ix86_fpmath_string, "387,sse") in override_options() 1952 || ! strcmp (ix86_fpmath_string, "sse,387")) in override_options() 1968 error ("bad value (%s) for -mfpmath= switch", ix86_fpmath_string); in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.h | 418 { "fpmath=", &ix86_fpmath_string, \ 3383 extern const char *ix86_fpmath_string;
|
| H A D | i386.c | 678 const char *ix86_fpmath_string; /* for -mfpmath=<xxx> */ variable 1301 if (ix86_fpmath_string != 0) in override_options() 1303 if (! strcmp (ix86_fpmath_string, "387")) in override_options() 1305 else if (! strcmp (ix86_fpmath_string, "sse")) in override_options() 1315 else if (! strcmp (ix86_fpmath_string, "387,sse") in override_options() 1316 || ! strcmp (ix86_fpmath_string, "sse,387")) in override_options() 1332 error ("bad value (%s) for -mfpmath= switch", ix86_fpmath_string); in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ChangeLog.6 | 1841 * i386.c (ix86_fpmath, ix86_fpmath_string): New. 1848 (ix86_fpmath, ix86_fpmath_string): Declare.
|