HomeSort by: relevance | last modified time | path
    Searched defs:SSE2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
X86.h 55 SSE2,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 62 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
77 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
629 bool hasSSE2() const { return X86SSELevel >= SSE2; }
821 /// Use mfence if we have SSE2 or we're on x86-64 (even if we asked for
822 /// no-sse2). There isn't any reason to disable it if the target processor

Completed in 24 milliseconds