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

  /external/skia/src/core/
SkCpu.h 20 SSE42 = 1 << 5,
77 features |= SSE42;
  /external/libchrome/base/
cpu.h 27 SSE42,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 45 NoMMXSSE, MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42
56 /// X86SSELevel - MMX, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or
178 bool hasSSE42() const { return X86SSELevel >= SSE42; }
  /external/llvm/lib/Target/X86/
X86Subtarget.h 49 NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
68 /// SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, or none supported.
387 bool hasSSE42() const { return X86SSELevel >= SSE42; }

Completed in 2620 milliseconds