Home
last modified time | relevance | path

Searched refs:CPUID (Results 1 – 16 of 16) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
DSDL_cpuinfo.c109 mov has_CPUID,1 ; We have CPUID support in CPU_haveCPUID()
189 xor eax, eax ; Set up for CPUID instruction in CPU_getCPUIDFeatures()
193 cmp eax, 1 ; Make sure 1 is valid input for CPUID in CPU_getCPUIDFeatures()
194 jl done ; We dont have the CPUID instruction in CPU_getCPUIDFeatures()
/external/skia/gyp/
Dopts.gyp10 # emit SSE2 instructions even for scalar code, such as the CPUID
/external/v8/src/
Dv8globals.h438 CPUID = 10, // x86 enumerator
Dplatform-macos.cc286 return (one << SSE2) | (one << CMOV) | (one << RDTSC) | (one << CPUID); in CpuFeaturesImpliedByPlatform()
/external/v8/test/cctest/
Dtest-disasm-x64.cc102 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST()
103 CpuFeatures::Scope fscope(CPUID); in TEST()
Dtest-disasm-ia32.cc110 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST()
111 CpuFeatures::Scope fscope(CPUID); in TEST()
/external/v8/src/x64/
Dassembler-x64.cc103 supported_ = kDefaultCpuFeatures | (1 << CPUID); in Probe()
104 { Scope fscope(CPUID); in Probe()
124 __ or_(rax, Immediate(1 << CPUID)); in Probe()
145 ASSERT(IsSupported(CPUID)); in Probe()
1014 ASSERT(CpuFeatures::IsEnabled(CPUID)); in cpuid()
/external/v8/src/ia32/
Dassembler-ia32.cc115 supported_ = (1 << CPUID); in Probe()
116 { Scope fscope(CPUID); in Probe()
124 __ or_(eax, 1 << CPUID); in Probe()
486 ASSERT(CpuFeatures::IsEnabled(CPUID)); in cpuid()
/external/oprofile/events/x86-64/hammer/
Devents35 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID_INSTRUCTIONS : Retired CPUID ins…
/external/oprofile/events/x86-64/family11h/
Devents77 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID : Retired CPUID instructions
/external/oprofile/
DChangeLog413 Return -1 when CPUID is not available.
/external/oprofile/events/x86-64/family10/
Devents48 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID_INSTRUCTIONS : Retired CPUID ins…
/external/llvm/lib/Target/X86/
DX86InstrSystem.td412 def CPUID : I<0xA2, RawFrm, (outs), (ins), "cpuid", [], IIC_CPUID>, TB;
/external/qemu/
DChangelog32 - target-i386: Update CPUID feature set for TCG (Andre Przywara)
/external/qemu-pc-bios/bochs/
Dconfig.h.in762 // Maximum CPUID vendor and brand string lengths
/external/valgrind/main/
DNEWS293 n-i-bz cachegrind/callgrind: handle CPUID information for Core iX Intel CPUs
1202 195838 VEX abort: LibVEX_N_SPILL_BYTES too small for CPUID boilerplate