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

  /external/chromium_org/third_party/skia/src/opts/
opts_check_SSE2.cpp 72 static inline bool hasSSE2() {
77 static inline bool hasSSE2() {
99 static bool gHasSSE2 = hasSSE2();
  /external/skia/src/opts/
opts_check_SSE2.cpp 72 static inline bool hasSSE2() {
77 static inline bool hasSSE2() {
99 static bool gHasSSE2 = hasSSE2();
  /external/llvm/lib/Target/X86/
X86Subtarget.h 254 bool hasSSE2() const { return X86SSELevel >= SSE2; }

Completed in 98 milliseconds