Home
last modified time | relevance | path

Searched refs:has_sse (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-387.h31 has_sse (void) in has_sse() function
186 if (has_sse()) in set_fpu_trap_exceptions()
219 if (has_sse()) in get_fpu_trap_exceptions()
257 if (has_sse()) in get_fpu_except_flags()
323 if (has_sse()) in set_fpu_except_flags()
373 if (has_sse()) in set_fpu_rounding_mode()
442 if (has_sse()) in get_fpu_state()
455 if (has_sse()) in set_fpu_state()
463 if (!has_sse()) in support_fpu_underflow_control()
475 if (!has_sse()) in get_fpu_underflow_mode()
[all …]
/netbsd/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-387.h31 has_sse (void) in has_sse() function
181 if (has_sse()) in set_fpu_trap_exceptions()
214 if (has_sse()) in get_fpu_trap_exceptions()
252 if (has_sse()) in get_fpu_except_flags()
318 if (has_sse()) in set_fpu_except_flags()
368 if (has_sse()) in set_fpu_rounding_mode()
437 if (has_sse()) in get_fpu_state()
450 if (has_sse()) in set_fpu_state()
458 if (!has_sse()) in support_fpu_underflow_control()
470 if (!has_sse()) in get_fpu_underflow_mode()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Ddriver-i386.c399 unsigned int has_cmpxchg8b, has_cmov, has_mmx, has_sse, has_sse2; in host_detect_local_cpu() local
492 has_sse = edx & bit_SSE; in host_detect_local_cpu()
981 else if (has_sse) in host_detect_local_cpu()
1029 if (arch && has_sse) in host_detect_local_cpu()
1127 const char *sse = has_sse ? " -msse" : " -mno-sse"; in host_detect_local_cpu()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c399 unsigned int has_cmpxchg8b, has_cmov, has_mmx, has_sse, has_sse2; in host_detect_local_cpu() local
492 has_sse = edx & bit_SSE; in host_detect_local_cpu()
981 else if (has_sse) in host_detect_local_cpu()
1029 if (arch && has_sse) in host_detect_local_cpu()
1127 const char *sse = has_sse ? " -msse" : " -mno-sse"; in host_detect_local_cpu()
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2010475 * config/fpu-387.h (has_sse): Remove cw_sse, unused.
634 (has_sse) [__sun__ && __svr4__]: Check if SSE instruction causes
H A DChangeLog-2011688 (has_sse) [!__x86_64__ && __sun__ && __svr4__]: Use movaps.
H A DChangeLog-2005750 (has_sse): Use it.