Lines Matching refs:CpuFeatures
113 if (buffer == NULL || !CpuFeatures::IsSupported(SSE2)) return &sqrt; in CreateSqrtFunction()
119 CpuFeatures::Scope use_sse2(SSE2); in CreateSqrtFunction()
178 if (CpuFeatures::IsSupported(SSE2)) { in CreateMemCopyFunction()
179 CpuFeatures::Scope enable(SSE2); in CreateMemCopyFunction()
427 if (CpuFeatures::IsSupported(SSE2)) { in GenerateSmiOnlyToDouble()
428 CpuFeatures::Scope use_sse2(SSE2); in GenerateSmiOnlyToDouble()
452 if (CpuFeatures::IsSupported(SSE2)) { in GenerateSmiOnlyToDouble()
453 CpuFeatures::Scope fscope(SSE2); in GenerateSmiOnlyToDouble()
473 if (CpuFeatures::IsSupported(SSE2)) { in GenerateSmiOnlyToDouble()
474 CpuFeatures::Scope use_sse2(SSE2); in GenerateSmiOnlyToDouble()
578 if (CpuFeatures::IsSupported(SSE2)) { in GenerateDoubleToObject()
579 CpuFeatures::Scope fscope(SSE2); in GenerateDoubleToObject()