Searched refs:getX86XCR0 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/builtins/ |
D | cpu_model.c | 260 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/ |
D | Host.cpp | 268 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/ |
D | Host.cpp | 557 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/ |
D | Host.cpp | 525 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()
|