Searched refs:s_sse2CheckState (Results 1 – 2 of 2) sorted by relevance
914 if (s_sse2CheckState == NotCheckedSSE2) { in isSSE2Present()937 s_sse2CheckState = (flags & SSE2FeatureBit) ? HasSSE2 : NoSSE2; in isSSE2Present()940 ASSERT(s_sse2CheckState != NotCheckedSSE2); in isSSE2Present()942 return s_sse2CheckState == HasSSE2; in isSSE2Present()945 static SSE2CheckState s_sse2CheckState; variable
32 JSC::MacroAssemblerX86Common::SSE2CheckState JSC::MacroAssemblerX86Common::s_sse2CheckState = NotCh… member in JSC::MacroAssemblerX86Common