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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 82 /// HasSSE4A - True if the processor supports SSE4A instructions.
83 bool HasSSE4A;
264 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 313 HasSSE4A = true;
465 HasSSE4A = false;

Completed in 25 milliseconds