Home
last modified time | relevance | path

Searched refs:XCR_AVX_ENABLED_MASK (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcpuinfo.c280 #define XCR_AVX_ENABLED_MASK \ in get_available_features() macro
297 if ((xcrlow & XCR_AVX_ENABLED_MASK) == XCR_AVX_ENABLED_MASK) in get_available_features()
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h563 #define XCR_AVX_ENABLED_MASK \ in get_available_features() macro
585 if ((xcrlow & XCR_AVX_ENABLED_MASK) == XCR_AVX_ENABLED_MASK) in get_available_features()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Ddriver-i386.c603 #define XCR_AVX_ENABLED_MASK \ in host_detect_local_cpu() macro
616 if ((eax & XCR_AVX_ENABLED_MASK) != XCR_AVX_ENABLED_MASK) in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A DChangeLog3060 (XCR_AVX_ENABLED_MASK): Likewise.