HomeSort by relevance Sort by last modified time
    Searched refs:getX86XCR0 (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
Host.cpp 268 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) {
723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 466 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) {
904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 302 static bool getX86XCR0(unsigned *rEAX, unsigned *rEDX) {
757 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]

Completed in 145 milliseconds