Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h106 #define bit_SHSTK (1 << 7) macro
H A Ddriver-i386.c540 has_shstk = ecx & bit_SHSTK; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h110 #define bit_SHSTK (1 << 7) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h176 #define bit_SHSTK 0x00000080 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h703 if (ecx & bit_SHSTK) in get_available_features()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201710659 * config/i386/cpuid.h (bit_SHSTK): New.