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

  /external/chromium_org/third_party/skia/src/opts/
opts_check_SSE2.cpp 86 static inline bool hasSSSE3() {
91 static inline bool hasSSSE3() {
104 static bool gHasSSSE3 = hasSSSE3();
  /external/skia/src/opts/
opts_check_SSE2.cpp 86 static inline bool hasSSSE3() {
91 static inline bool hasSSSE3() {
104 static bool gHasSSSE3 = hasSSSE3();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 256 bool hasSSSE3() const { return X86SSELevel >= SSSE3; }

Completed in 93 milliseconds