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

  /external/skia/legacy/src/opts/
opts_check_SSE2.cpp 59 static inline bool hasSSE2() {
64 static inline bool hasSSE2() {
78 static bool gHasSSE2 = hasSSE2();
  /external/skia/src/opts/
opts_check_SSE2.cpp 69 static inline bool hasSSE2() {
74 static inline bool hasSSE2() {
96 static bool gHasSSE2 = hasSSE2();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 229 bool hasSSE2() const { return X86SSELevel >= SSE2; }

Completed in 133 milliseconds