Home
last modified time | relevance | path

Searched refs:bit_ADX (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h88 #define bit_ADX (1 << 19) macro
H A Ddriver-i386.c507 has_adx = ebx & bit_ADX; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h92 #define bit_ADX (1 << 19) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h158 #define bit_ADX 0x00080000 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h676 if (ebx & bit_ADX) in get_available_features()