Searched refs:bit_XSAVE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dcpuid.h57 #define bit_XSAVE 0x04000000 macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dcpuid.h104 #define bit_XSAVE 0x04000000 macro
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp288 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx) || !(ecx & bit_XSAVE))

Completed in 117 milliseconds