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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 75 /// HasSSE4A - True if the processor supports SSE4A instructions.
76 bool HasSSE4A;
179 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 263 HasSSE4A = true;
283 , HasSSE4A(false)
  /external/llvm/lib/Target/X86/
X86Subtarget.h 88 bool HasSSE4A;
393 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 202 if (hasSSE42() || hasSSE4A())
240 HasSSE4A = false;
X86FastISel.cpp 505 bool HasSSE4A = Subtarget->hasSSE4A();
534 if (IsNonTemporal && HasSSE4A)
543 if (IsNonTemporal && HasSSE4A)
    [all...]

Completed in 103 milliseconds