Lines Matching refs:CpuFeatures
110 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST()
111 CpuFeatures::Scope fscope(CPUID); in TEST()
115 CHECK(CpuFeatures::IsSupported(RDTSC)); in TEST()
116 CpuFeatures::Scope fscope(RDTSC); in TEST()
371 if (CpuFeatures::IsSupported(SSE2)) { in TEST()
372 CpuFeatures::Scope fscope(SSE2); in TEST()
393 if (CpuFeatures::IsSupported(CMOV)) { in TEST()
394 CpuFeatures::Scope use_cmov(CMOV); in TEST()
416 if (CpuFeatures::IsSupported(SSE2)) { in TEST()
417 CpuFeatures::Scope fscope(SSE2); in TEST()
445 if (CpuFeatures::IsSupported(SSE4_1)) { in TEST()
446 CpuFeatures::Scope scope(SSE4_1); in TEST()