Searched refs:CPUID (Results 1 – 16 of 16) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
D | SDL_cpuinfo.c | 109 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/ |
D | opts.gyp | 10 # emit SSE2 instructions even for scalar code, such as the CPUID
|
/external/v8/src/ |
D | v8globals.h | 438 CPUID = 10, // x86 enumerator
|
D | platform-macos.cc | 286 return (one << SSE2) | (one << CMOV) | (one << RDTSC) | (one << CPUID); in CpuFeaturesImpliedByPlatform()
|
/external/v8/test/cctest/ |
D | test-disasm-x64.cc | 102 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST() 103 CpuFeatures::Scope fscope(CPUID); in TEST()
|
D | test-disasm-ia32.cc | 110 CHECK(CpuFeatures::IsSupported(CPUID)); in TEST() 111 CpuFeatures::Scope fscope(CPUID); in TEST()
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 103 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/ |
D | assembler-ia32.cc | 115 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/ |
D | events | 35 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID_INSTRUCTIONS : Retired CPUID ins…
|
/external/oprofile/events/x86-64/family11h/ |
D | events | 77 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID : Retired CPUID instructions
|
/external/oprofile/ |
D | ChangeLog | 413 Return -1 when CPUID is not available.
|
/external/oprofile/events/x86-64/family10/ |
D | events | 48 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_CPUID_INSTRUCTIONS : Retired CPUID ins…
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 412 def CPUID : I<0xA2, RawFrm, (outs), (ins), "cpuid", [], IIC_CPUID>, TB;
|
/external/qemu/ |
D | Changelog | 32 - target-i386: Update CPUID feature set for TCG (Andre Przywara)
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 762 // Maximum CPUID vendor and brand string lengths
|
/external/valgrind/main/ |
D | NEWS | 293 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
|