Searched refs:CPUID (Results 1 – 7 of 7) sorted by relevance
109 mov has_CPUID,1 ; We have CPUID support in CPU_haveCPUID()168 xor eax, eax ; Set up for CPUID instruction in CPU_getCPUIDFeatures()170 cmp eax, 1 ; Make sure 1 is valid input for CPUID in CPU_getCPUIDFeatures()171 jl done ; We dont have the CPUID instruction in CPU_getCPUIDFeatures()
110 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST()111 CpuFeatures::Scope fscope(CPUID); in TEST()
84 supported_ = kDefaultCpuFeatures | (1 << CPUID); in Probe()85 { Scope fscope(CPUID); in Probe()105 __ or_(rax, Immediate(1 << CPUID)); in Probe()133 ASSERT(IsSupported(CPUID)); in Probe()871 ASSERT(CpuFeatures::IsEnabled(CPUID)); in cpuid()
617 CPUID = 10, // x86 enumerator
251 return (one << SSE2) | (one << CMOV) | (one << RDTSC) | (one << CPUID); in CpuFeaturesImpliedByPlatform()
97 supported_ = (1 << CPUID); in Probe()98 { Scope fscope(CPUID); in Probe()106 __ or_(eax, 1 << CPUID); in Probe()370 ASSERT(CpuFeatures::IsEnabled(CPUID)); in cpuid()
32 - target-i386: Update CPUID feature set for TCG (Andre Przywara)