Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp302 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
757 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
1302 !getX86XCR0(&EAX, &EDX) && ((EAX & 0x6) == 0x6); in getHostCPUFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp466 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) { in getX86XCR0() function
904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
1193 !getX86XCR0(&EAX, &EDX) && ((EAX & 0x6) == 0x6); in getHostCPUFeatures()