Searched defs:hasSSSE3 (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/opts/
H A Dopts_check_SSE2.cpp83 static inline bool hasSSSE3() { function
88 static inline bool hasSSSE3() { function
101 static bool gHasSSSE3 = hasSSSE3();
/external/skia/legacy/src/opts/
H A Dopts_check_SSE2.cpp71 static inline bool hasSSSE3() { function
83 static bool gHasSSSE3 = hasSSSE3();
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h231 bool hasSSSE3() const { return X86SSELevel >= SSSE3; } function in class:llvm::X86Subtarget

Completed in 97 milliseconds