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

  /external/skia/src/opts/
opts_check_SSE2.cpp 83 static inline bool hasSSSE3() {
88 static inline bool hasSSSE3() {
101 static bool gHasSSSE3 = hasSSSE3();
  /external/skia/legacy/src/opts/
opts_check_SSE2.cpp 71 static inline bool hasSSSE3() {
83 static bool gHasSSSE3 = hasSSSE3();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 231 bool hasSSSE3() const { return X86SSELevel >= SSSE3; }
X86ISelLowering.cpp     [all...]

Completed in 33 milliseconds