HomeSort by relevance Sort by last modified time
    Searched full:cpuid (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/none/tests/x86/
cpuid.vgtest 1 prog: cpuid
cpuid.stdout.exp 0 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
cpuid_c.c 13 printf("cpuid words (0): 0x%x 0x%x 0x%x 0x%x\n",
17 printf("cpuid words (1): 0x%x 0x%x 0x%x 0x%x\n",
  /external/valgrind/VEX/useful/
cpuid.c 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, function
11 asm volatile ("cpuid"
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0);
  /external/fio/arch/
arch-x86-common.h 6 static inline void cpuid(unsigned int op, function
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
59 cpuid(0, &level, (unsigned int *) &str[0],
  /external/libvpx/libvpx/vpx_ports/
x86.h 42 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
44 "cpuid \n\t" \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
51 "cpuid \n\t" \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
61 "cpuid \n\t" \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
70 "cpuid \n\t" \
81 #define cpuid(func, func2, a, b, c, d) do {\ macro
89 #define cpuid(func, func2, a, b, c, d) do { macro
96 #define cpuid macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 42 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
44 "cpuid \n\t" \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
51 "cpuid \n\t" \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
61 "cpuid \n\t" \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
70 "cpuid \n\t" \
81 #define cpuid(func, func2, a, b, c, d) do {\ macro
89 #define cpuid(func, func2, a, b, c, d) do { macro
96 #define cpuid macro
    [all...]
  /external/v8/src/base/
atomicops_internals_x86_gcc.cc 18 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
20 // must preserve that register's value across cpuid instructions.
22 #define cpuid(a, b, c, d, inp) \ macro
24 "cpuid\n" \
28 #define cpuid(a, b, c, d, inp) \ macro
30 "cpuid\n" \
35 #if defined(cpuid) // initialize the struct only on x86
63 // Get vendor string (issue CPUID with eax = 0)
64 cpuid(eax, ebx, ecx, edx, 0);
72 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/clang/test/Headers/
cpuid.c 4 #include <cpuid.h>
6 // CHECK-64: {{.*}} call { i32, i32, i32, i32 } asm " xchgq %rbx,${1:q}\0A cpuid\0A xchgq %rbx,${1:q}", "={ax},=r,={cx},={dx},0,~{dirflag},~{fpsr},~{flags}"(i32 %{{[a-z0-9]+}})
7 // CHECK-64: {{.*}} call { i32, i32, i32, i32 } asm " xchgq %rbx,${1:q}\0A cpuid\0A xchgq %rbx,${1:q}", "={ax},=r,={cx},={dx},0,2,~{dirflag},~{fpsr},~{flags}"(i32 %{{[a-z0-9]+}}, i32 %{{[a-z0-9]+}})
9 // CHECK-32: {{.*}} call { i32, i32, i32, i32 } asm "cpuid", "={ax},={bx},={cx},={dx},0,~{dirflag},~{fpsr},~{flags}"(i32 %{{[a-z0-9]+}})
10 // CHECK-32: {{.*}} call { i32, i32, i32, i32 } asm "cpuid", "={ax},={bx},={cx},={dx},0,2,~{dirflag},~{fpsr},~{flags}"(i32 %{{[a-z0-9]+}}, i32 %{{[a-z0-9]+}})
  /external/mesa3d/src/mesa/x86/
common_x86_asm.S 26 * Check extended CPU capabilities. Now justs returns the raw CPUID
53 /* Test for the CPUID command. If the ID Flag bit in EFLAGS
54 * (bit 21) is writable, the CPUID command is present */
77 MOV_L (REGOFF(4, ESP), EAX) /* cpuid op */
81 CPUID
101 MOV_L (REGOFF(4, ESP), EAX) /* cpuid op */
104 CPUID
114 MOV_L (REGOFF(4, ESP), EAX) /* cpuid op */
117 CPUID
128 MOV_L (REGOFF(4, ESP), EAX) /* cpuid op *
    [all...]
  /external/boringssl/linux-x86_64/crypto/
cpu-x86_64-asm.S 16 cpuid
46 cpuid
53 cpuid
63 cpuid
69 cpuid
86 cpuid
96 cpuid
101 cpuid
  /external/boringssl/mac-x86_64/crypto/
cpu-x86_64-asm.S 16 cpuid
46 cpuid
53 cpuid
63 cpuid
69 cpuid
86 cpuid
96 cpuid
101 cpuid
  /external/boringssl/win-x86_64/crypto/
cpu-x86_64-asm.asm 26 cpuid
56 cpuid
63 cpuid
73 cpuid
79 cpuid
96 cpuid
106 cpuid
111 cpuid
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 19 __u32 cpuid; /* CPUID 1 EAX */ member in struct:mce
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm_para.h 6 /* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It
11 /* This CPUID returns a feature bitmap in eax. Before enabling a particular
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 90 of cpuid with level 0. */
148 "cpuid\n\t" \
155 "cpuid\n\t" \
164 "cpuid\n\t" \
171 "cpuid\n\t" \
180 "cpuid\n\t" \
187 "cpuid\n\t" \
193 __asm__ ("cpuid\n\t" \
198 __asm__ ("cpuid\n\t" \
203 /* Return highest supported input value for cpuid instruction. ext ca
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 81 of cpuid with level 0. */
139 "cpuid\n\t" \
146 "cpuid\n\t" \
155 "cpuid\n\t" \
162 "cpuid\n\t" \
171 "cpuid\n\t" \
178 "cpuid\n\t" \
184 __asm__ ("cpuid\n\t" \
189 __asm__ ("cpuid\n\t" \
194 /* Return highest supported input value for cpuid instruction. ext ca
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
cpuid.h 81 of cpuid with level 0. */
139 "cpuid\n\t" \
146 "cpuid\n\t" \
155 "cpuid\n\t" \
162 "cpuid\n\t" \
171 "cpuid\n\t" \
178 "cpuid\n\t" \
184 __asm__ ("cpuid\n\t" \
189 __asm__ ("cpuid\n\t" \
194 /* Return highest supported input value for cpuid instruction. ext ca
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h 81 of cpuid with level 0. */
139 "cpuid\n\t" \
146 "cpuid\n\t" \
155 "cpuid\n\t" \
162 "cpuid\n\t" \
171 "cpuid\n\t" \
178 "cpuid\n\t" \
184 __asm__ ("cpuid\n\t" \
189 __asm__ ("cpuid\n\t" \
194 /* Return highest supported input value for cpuid instruction. ext ca
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
cpuid.h 90 of cpuid with level 0. */
148 "cpuid\n\t" \
155 "cpuid\n\t" \
164 "cpuid\n\t" \
171 "cpuid\n\t" \
180 "cpuid\n\t" \
187 "cpuid\n\t" \
193 __asm__ ("cpuid\n\t" \
198 __asm__ ("cpuid\n\t" \
203 /* Return highest supported input value for cpuid instruction. ext ca
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 44 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
46 // must preserve that register's value across cpuid instructions.
48 #define cpuid(a, b, c, d, inp) \ macro
50 "cpuid\n" \
54 #define cpuid(a, b, c, d, inp) \ macro
56 "cpuid\n" \
61 #if defined(cpuid) // initialize the struct only on x86
84 // Get vendor string (issue CPUID with eax = 0)
85 cpuid(eax, ebx, ecx, edx, 0);
93 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/libyuv/files/include/libyuv/
cpu_id.h 21 // Internal flag to indicate cpuid is initialized.
61 // Low level cpuid for X86. Returns zeros on other CPUs.
63 void CpuId(int cpu_info[4], int info_type);
  /external/linux-tools-perf/src/tools/perf/arch/x86/util/
header.c 10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, function
30 cpuid(0, &lvl, &b, &c, &d);
37 cpuid(1, &a, &b, &c, &d);
  /external/webrtc/src/system_wrappers/source/
cpu_features.cc 31 // Intrinsic for "cpuid".
36 "cpuid\n"
44 "cpuid\n"
  /external/boringssl/src/crypto/
cpu-x86_64-asm.pl 34 cpuid
64 cpuid
65 # Returns "The largest CPUID extended function input value supported by
71 cpuid
81 cpuid
87 cpuid
104 cpuid
114 cpuid
119 cpuid

Completed in 1838 milliseconds

1 2 3 4 5 6 7 8 910