Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-subzero/lib/Support/
DHost.cpp756 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
757 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DHost.cpp903 const unsigned AVXBits = (1 << 27) | (1 << 28); in getAvailableFeatures() local
904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) && in getAvailableFeatures()