/external/oprofile/events/i386/arch_perfmon/ |
D | events | 4 event:0x3c counters:cpuid um:zero minimum:6000 filter:0 name:CPU_CLK_UNHALTED : Clock cycles when n… 5 event:0x3c counters:cpuid um:one minimum:6000 filter:2 name:UNHALTED_REFERENCE_CYCLES : Unhalted re… 6 event:0xc0 counters:cpuid um:zero minimum:6000 filter:1 name:INST_RETIRED : number of instructions … 7 event:0x2e counters:cpuid um:x41 minimum:6000 filter:4 name:LLC_MISSES : Last level cache demand re… 8 event:0x2e counters:cpuid um:x4f minimum:6000 filter:3 name:LLC_REFS : Last level cache demand requ… 9 event:0xc4 counters:cpuid um:zero minimum:500 filter:5 name:BR_INST_RETIRED : number of branch inst… 10 event:0xc5 counters:cpuid um:zero minimum:500 filter:6 name:BR_MISS_PRED_RETIRED : number of mispre…
|
/external/chromium/base/ |
D | atomicops_internals_x86_gcc.cc | 23 #define cpuid(a, b, c, d, inp) \ macro 29 #define cpuid(a, b, c, d, inp) \ macro 36 #if defined(cpuid) // initialize the struct only on x86 54 cpuid(eax, ebx, ecx, edx, 0); in AtomicOps_Internalx86CPUFeaturesInit() 62 cpuid(eax, ebx, ecx, edx, 1); in AtomicOps_Internalx86CPUFeaturesInit()
|
/external/v8/src/ |
D | atomicops_internals_x86_gcc.cc | 45 #define cpuid(a, b, c, d, inp) \ macro 51 #define cpuid(a, b, c, d, inp) \ macro 58 #if defined(cpuid) // initialize the struct only on x86 76 cpuid(eax, ebx, ecx, edx, 0); in AtomicOps_Internalx86CPUFeaturesInit() 84 cpuid(eax, ebx, ecx, edx, 1); in AtomicOps_Internalx86CPUFeaturesInit()
|
/external/libvpx/vpx_ports/ |
D | x86.h | 39 #define cpuid(func,ax,bx,cx,dx)\ macro 45 #define cpuid(func,ax,bx,cx,dx)\ macro 57 #define cpuid(func,a,b,c,d) do{\ macro 62 #define cpuid(func,a,b,c,d)\ macro 64 __asm cpuid\ 103 cpuid(0, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps() 109 cpuid(1, reg_eax, reg_ebx, reg_ecx, reg_edx); in x86_simd_caps()
|
D | x86_cpuid.c | 44 cpuid(0, reg_eax, vs[0], vs[2], vs[1]); in vpx_x86_vendor()
|
/external/valgrind/main/coregrind/ |
D | m_cpuid.S | 74 .globl VG_(cpuid) 75 VG_(cpuid): 84 cpuid 115 .globl VG_(cpuid) 116 VG_(cpuid): 129 cpuid
|
D | m_machine.c | 484 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx); in VG_() 497 VG_(cpuid)(0x80000000, &eax, &ebx, &ecx, &edx); in VG_() 501 VG_(cpuid)(1, &eax, &ebx, &ecx, &edx); in VG_() 517 VG_(cpuid)(0x80000001, &eax, &ebx, &ecx, &edx); in VG_() 555 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx); in VG_() 568 VG_(cpuid)(0x80000000, &eax, &ebx, &ecx, &edx); in VG_() 572 VG_(cpuid)(1, &eax, &ebx, &ecx, &edx); in VG_() 595 VG_(cpuid)(0x80000001, &eax, &ebx, &ecx, &edx); in VG_()
|
/external/openssl/crypto/ |
D | x86cpuid.pl | 25 &cpuid (); 53 &cpuid (); 58 &cpuid (); 63 &cpuid (); 80 &cpuid (); 87 &cpuid ();
|
/external/webrtc/src/system_wrappers/source/ |
D | cpu_features.cc | 21 static inline void cpuid(int cpu_info[4], int info_type) { in cpuid() function 30 static inline void cpuid(int cpu_info[4], int info_type) { in cpuid() function 42 cpuid(cpu_info, 1); in GetCPUInfo()
|
/external/valgrind/main/tests/ |
D | x86_amd64_features.c | 22 static void cpuid ( unsigned int n, in cpuid() function 37 cpuid(0, &a, &b, &c, &d); in vendorStringEquals() 107 cpuid( level & 0x80000000, &a, &b, &c, &d ); in go() 110 cpuid( level, &a, &b, &c, &d ); in go()
|
/external/qemu/target-i386/ |
D | kvm.c | 47 struct kvm_cpuid2 *cpuid; in try_get_cpuid() local 50 size = sizeof(*cpuid) + max * sizeof(*cpuid->entries); in try_get_cpuid() 51 cpuid = (struct kvm_cpuid2 *)qemu_mallocz(size); in try_get_cpuid() 52 cpuid->nent = max; in try_get_cpuid() 53 r = kvm_ioctl(s, KVM_GET_SUPPORTED_CPUID, cpuid); in try_get_cpuid() 54 if (r == 0 && cpuid->nent >= max) { in try_get_cpuid() 59 qemu_free(cpuid); in try_get_cpuid() 67 return cpuid; in try_get_cpuid() 72 struct kvm_cpuid2 *cpuid; in kvm_arch_get_supported_cpuid() local 82 while ((cpuid = try_get_cpuid(env->kvm_state, max)) == NULL) { in kvm_arch_get_supported_cpuid() [all …]
|
/external/valgrind/main/cachegrind/ |
D | cg-x86-amd64.c | 86 VG_(cpuid)(1, &cpuid1_eax, &cpuid1_ignore, in Intel_cache_info() 91 VG_(cpuid)(2, (Int*)&info[0], (Int*)&info[4], in Intel_cache_info() 314 VG_(cpuid)(0x80000000, &ext_level, &dummy, &dummy, &dummy); in AMD_cache_info() 322 VG_(cpuid)(0x80000005, &dummy, &dummy, &D1i, &I1i); in AMD_cache_info() 323 VG_(cpuid)(0x80000006, &dummy, &dummy, &L2i, &L3i); in AMD_cache_info() 325 VG_(cpuid)(0x1, &model, &dummy, &dummy, &dummy); in AMD_cache_info() 370 VG_(cpuid)(0, &level, (int*)&vendor_id[0], in get_caches_from_CPUID()
|
/external/valgrind/main/none/tests/x86/ |
D | cpuid.stdout.exp | 1 cpuid words (0): 0x........ 0x........ 0x........ 0x........ 2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
|
D | Makefile.am | 34 cpuid.stderr.exp cpuid.stdout.exp cpuid.vgtest \ 74 cpuid \ program
|
D | cpuid_s.S | 23 cpuid 53 cpuid
|
D | cpuid.vgtest | 1 prog: cpuid
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-10-19-atomic-cmp-eflags.ll | 15 …tail call void asm sideeffect "cpuid", "~{ax},~{bx},~{cx},~{dx},~{memory},~{dirflag},~{fpsr},~{fla… 19 …call void asm sideeffect "cpuid", "~{ax},~{bx},~{cx},~{dx},~{memory},~{dirflag},~{fpsr},~{flags}"(… 36 …call void asm sideeffect "cpuid", "~{ax},~{bx},~{cx},~{dx},~{memory},~{dirflag},~{fpsr},~{flags}"(… 54 …tail call void asm sideeffect "cpuid", "~{ax},~{bx},~{cx},~{dx},~{memory},~{dirflag},~{fpsr},~{fla…
|
D | 2009-04-29-IndirectDestOperands.ll | 5 define void @cpuid(i32* %data) nounwind { 19 …%0 = call i32 asm "cpuid", "={ax},=*{bx},=*{cx},=*{dx},{ax},{bx},{cx},{dx},~{dirflag},~{fpsr},~{fl…
|
/external/qemu/distrib/sdl-1.2.12/src/cpuinfo/ |
D | SDL_cpuinfo.c | 169 cpuid ; Get and save vendor ID in CPU_getCPUIDFeatures() 174 cpuid ; Get family/model/stepping/features in CPU_getCPUIDFeatures() local 221 cpuid ; Get extended function limit in CPU_getCPUIDFeaturesExt() 225 cpuid ; and get the information in CPU_getCPUIDFeaturesExt()
|
/external/oprofile/module/x86/ |
D | cpu_type.c | 38 cpuid (1, &eax, &ebx, &ecx, &edx); in p4_threads() 58 cpuid(1, &eax, &ebx, &ecx, &edx); in do_cpu_id()
|
/external/flac/libFLAC/ia32/ |
D | cpu_asm.nasm | 82 cpuid 104 cpuid 108 cpuid
|
/external/kernel-headers/original/asm-x86/ |
D | processor_32.h | 604 static inline void cpuid(unsigned int op, in cpuid() function 630 cpuid(op, &eax, &ebx, &ecx, &edx); in cpuid_eax() 637 cpuid(op, &eax, &ebx, &ecx, &edx); in cpuid_ebx() 644 cpuid(op, &eax, &ebx, &ecx, &edx); in cpuid_ecx() 651 cpuid(op, &eax, &ebx, &ecx, &edx); in cpuid_edx()
|
/external/flac/libFLAC/ |
D | cpu.c | 164 info->data.ia32.cpuid = FLAC__cpu_have_cpuid_asm_ia32()? true : false; in FLAC__cpu_info() 165 info->data.ia32.bswap = info->data.ia32.cpuid; /* CPUID => BSWAP since it came after */ in FLAC__cpu_info() 176 if(info->data.ia32.cpuid) { in FLAC__cpu_info() 199 fprintf(stderr, " CPUID ...... %c\n", info->data.ia32.cpuid ? 'Y' : 'n'); in FLAC__cpu_info()
|
/external/valgrind/main/include/ |
D | pub_tool_cpuid.h | 37 extern void VG_(cpuid) ( UInt eax,
|
/external/kernel-headers/original/asm-arm/ |
D | smp.h | 51 extern void smp_store_cpu_info(unsigned int cpuid);
|