Searched refs:SSE2FeatureBit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86Common.h1585 static const int SSE2FeatureBit = 1 << 26; local
1586 s_sse2CheckState = (flags & SSE2FeatureBit) ? HasSSE2 : NoSSE2;

Completed in 120 milliseconds