Home | History | Annotate | Download | only in cctest

Lines Matching refs:CpuFeatures

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