Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dcpu_model.c606 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
607 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/external/llvm/lib/Support/
DHost.cpp722 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/external/llvm-project/llvm/lib/Support/
DHost.cpp1022 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
1023 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DHost.cpp1030 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
1031 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()