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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 173 bool hasSSE1() const { return X86SSELevel >= SSE1; }
184 bool hasXMM() const { return hasSSE1() || hasAVX(); }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 382 bool hasSSE1() const { return X86SSELevel >= SSE1; }

Completed in 534 milliseconds