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;
238 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 288 HasSSE4A = true;
428 HasSSE4A = false;

Completed in 16 milliseconds