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

  /external/llvm/lib/Support/
Host.cpp 722 const unsigned AVXBits = (1 << 27) | (1 << 28);
723 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Host.cpp 903 const unsigned AVXBits = (1 << 27) | (1 << 28);
904 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Host.cpp 756 const unsigned AVXBits = (1 << 27) | (1 << 28);
757 bool HasAVX = ((ECX & AVXBits) == AVXBits) && !getX86XCR0(&EAX, &EDX) &&
    [all...]

Completed in 55 milliseconds