Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcrtfastmath.c43 if (edx & bit_FXSAVE) in set_fast_math_sse()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcrtfastmath.c43 if (edx & bit_FXSAVE) in set_fast_math_sse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h49 #define bit_FXSAVE (1 << 24) macro
H A Ddriver-i386.c491 has_fxsr = edx & bit_FXSAVE; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h54 #define bit_FXSAVE (1 << 24) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h135 #define bit_FXSAVE bit_FXSR /* for gcc compat */ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h608 if (edx & bit_FXSAVE) in get_available_features()