Home
last modified time | relevance | path

Searched refs:getX86XCR0 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c260 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
607 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/external/llvm/lib/Support/
DHost.cpp268 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
1188 !getX86XCR0(&EAX, &EDX) && ((EAX & 0x6) == 0x6); in getHostCPUFeatures()
/external/llvm-project/llvm/lib/Support/
DHost.cpp557 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
1023 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
1398 bool HasXSave = ((ECX >> 27) & 1) && !getX86XCR0(&EAX, &EDX); in getHostCPUFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp525 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
1031 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
1377 !getX86XCR0(&EAX, &EDX) && ((EAX & 0x6) == 0x6); in getHostCPUFeatures()