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

/external/chromium_org/third_party/skia/src/opts/
H A Dopts_check_SSE2.cpp75 static inline bool hasSSE2() { function
80 static inline bool hasSSE2() { function
102 static bool gHasSSE2 = hasSSE2();
/external/skia/src/opts/
H A Dopts_check_SSE2.cpp75 static inline bool hasSSE2() { function
80 static inline bool hasSSE2() { function
102 static bool gHasSSE2 = hasSSE2();
/external/llvm/lib/Target/X86/
H A DX86Subtarget.h254 bool hasSSE2() const { return X86SSELevel >= SSE2; } function in class:llvm::X86Subtarget

Completed in 1459 milliseconds