Searched refs:isSSE2Present (Results 1 - 2 of 2) sorted by relevance
/external/webkit/JavaScriptCore/assembler/ | ||
H A D | MacroAssemblerX86Common.h | 368 ASSERT(isSSE2Present()); 374 ASSERT(isSSE2Present()); 380 ASSERT(isSSE2Present()); 386 ASSERT(isSSE2Present()); 392 ASSERT(isSSE2Present()); 398 ASSERT(isSSE2Present()); 404 ASSERT(isSSE2Present()); 410 ASSERT(isSSE2Present()); 416 ASSERT(isSSE2Present()); 422 ASSERT(isSSE2Present()); 951 static bool isSSE2Present() function in class:JSC::MacroAssemblerX86Common 964 static bool isSSE2Present() function in class:JSC::MacroAssemblerX86Common 1004 static bool isSSE2Present() function in class:JSC::MacroAssemblerX86Common [all...] |
H A D | MacroAssemblerX86.h | 40 : m_isSSE2Present(isSSE2Present()) 94 ASSERT(isSSE2Present()); |
Completed in 279 milliseconds