HomeSort by relevance Sort by last modified time
    Searched defs:hasSSE2 (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 174 bool hasSSE2() const { return X86SSELevel >= SSE2; }
185 bool hasXMMInt() const { return hasSSE2() || hasAVX(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 383 bool hasSSE2() const { return X86SSELevel >= SSE2; }
460 bool hasMFence() const { return hasSSE2() || is64Bit(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86Subtarget.h 539 bool hasSSE2() const { return X86SSELevel >= SSE2; }
696 bool hasMFence() const { return hasSSE2() || is64Bit(); }

Completed in 61 milliseconds