Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h67 #define bit_LM (1 << 29) macro
H A Ddriver-i386.c581 has_longmode = edx & bit_LM; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h72 #define bit_LM (1 << 29) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h228 #define bit_LM 0x20000000 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h843 if (edx & bit_LM) in get_available_features()