OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasSSSE3
(Results
1 - 3
of
3
) sorted by null
/external/skia/legacy/src/opts/
opts_check_SSE2.cpp
71
static inline bool
hasSSSE3
() {
83
static bool gHasSSSE3 =
hasSSSE3
();
/external/skia/src/opts/
opts_check_SSE2.cpp
83
static inline bool
hasSSSE3
() {
88
static inline bool
hasSSSE3
() {
101
static bool gHasSSSE3 =
hasSSSE3
();
/external/llvm/lib/Target/X86/
X86Subtarget.h
231
bool
hasSSSE3
() const { return X86SSELevel >= SSSE3; }
Completed in 90 milliseconds