Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h122 #define bit_AVX512VP2INTERSECT (1 << 8) macro
H A Ddriver-i386.c538 has_avx512vp2intersect = edx & bit_AVX512VP2INTERSECT; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h127 #define bit_AVX512VP2INTERSECT (1 << 8) macro
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcpuinfo.c394 if (edx & bit_AVX512VP2INTERSECT) in get_available_features()
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h758 if (edx & bit_AVX512VP2INTERSECT) in get_available_features()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201924613 * config/i386/cpuid.h (bit_AVX512VP2INTERSECT): New.