Lines Matching refs:SSE2
525 CpuFeatures::Scope scope(SSE2); in Generate()
542 CpuFeatures::Scope scope(SSE2); in Generate()
1051 if (CpuFeatures::IsSupported(SSE2)) { in GenerateHeapNumberCodeBitNot()
1052 CpuFeatures::Scope use_sse2(SSE2); in GenerateHeapNumberCodeBitNot()
1490 if (CpuFeatures::IsSupported(SSE2)) { in GenerateSmiCode()
1491 CpuFeatures::Scope use_sse2(SSE2); in GenerateSmiCode()
1534 if (CpuFeatures::IsSupported(SSE2)) { in GenerateSmiCode()
1535 CpuFeatures::Scope use_sse2(SSE2); in GenerateSmiCode()
1696 if (CpuFeatures::IsSupported(SSE2)) { in GenerateInt32Stub()
1697 CpuFeatures::Scope use_sse2(SSE2); in GenerateInt32Stub()
1816 if (CpuFeatures::IsSupported(SSE2)) { in GenerateInt32Stub()
1817 CpuFeatures::Scope use_sse2(SSE2); in GenerateInt32Stub()
1928 if (CpuFeatures::IsSupported(SSE2)) { in GenerateHeapNumberStub()
1929 CpuFeatures::Scope use_sse2(SSE2); in GenerateHeapNumberStub()
2030 if (CpuFeatures::IsSupported(SSE2)) { in GenerateHeapNumberStub()
2031 CpuFeatures::Scope use_sse2(SSE2); in GenerateHeapNumberStub()
2132 if (CpuFeatures::IsSupported(SSE2)) { in GenerateGeneric()
2133 CpuFeatures::Scope use_sse2(SSE2); in GenerateGeneric()
2229 if (CpuFeatures::IsSupported(SSE2)) { in GenerateGeneric()
2230 CpuFeatures::Scope use_sse2(SSE2); in GenerateGeneric()
2942 CpuFeatures::Scope use_sse2(SSE2); in Generate()
4166 if (CpuFeatures::IsSupported(SSE2)) { in GenerateLookupNumberStringCache()
4167 CpuFeatures::Scope fscope(SSE2); in GenerateLookupNumberStringCache()
4404 if (CpuFeatures::IsSupported(SSE2)) { in Generate()
4405 CpuFeatures::Scope use_sse2(SSE2); in Generate()
6552 if (CpuFeatures::IsSupported(SSE2) && CpuFeatures::IsSupported(CMOV)) { in GenerateHeapNumbers()
6553 CpuFeatures::Scope scope1(SSE2); in GenerateHeapNumbers()
7086 CpuFeatures::TryForceFeatureScope scope(SSE2); in GenerateFixedRegStubsAheadOfTime()
7087 if (CpuFeatures::IsSupported(SSE2)) { in GenerateFixedRegStubsAheadOfTime()