HomeSort by relevance Sort by last modified time
    Searched defs:hasSSE4A (Results 1 - 2 of 2) 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; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 88 bool HasSSE4A;
393 bool hasSSE4A() const { return HasSSE4A; }

Completed in 355 milliseconds