Lines Matching refs:CpuFeatures
1924 if (!CpuFeatures::IsSupported(SSE2)) {
1928 CpuFeatures::Scope use_sse2(SSE2);
3295 if (CpuFeatures::IsSupported(CMOV)) {
3296 CpuFeatures::Scope use_cmov(CMOV);
3614 if (CpuFeatures::IsSupported(SSE2)) {
3617 ASSERT(CpuFeatures::IsSupported(SSE2));
3618 CpuFeatures::Scope scope(SSE2);
3646 if (CpuFeatures::IsSupported(SSE3)) {
3647 CpuFeatures::Scope scope(SSE3);
3659 ASSERT(CpuFeatures::IsSupported(SSE2));
3660 CpuFeatures::Scope scope(SSE2);