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;
206 bool hasSSE4A() const { return HasSSE4A; }
X86Subtarget.cpp 283 HasSSE4A = true;
331 , HasSSE4A(false)

Completed in 108 milliseconds