Searched refs:cpuid (Results 1 - 25 of 74) sorted by relevance

123

/external/valgrind/main/none/tests/x86/
H A Dcpuid.stdout.exp0 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
H A Dcpuid_s.S23 cpuid
53 cpuid
/external/valgrind/main/VEX/useful/
H A Dcpuid.c7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, function
11 asm volatile ("cpuid"
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
29 cpuid(&eax,&ebx,&ecx,&edx, i,0);
34 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
42 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
60 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
63 cpuid(&eax,&ebx,&ecx,&edx, i,0);
67 cpuid(
79 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, function
[all...]
/external/chromium/base/
H A Datomicops_internals_x86_gcc.cc19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
21 // must preserve that register's value across cpuid instructions.
23 #define cpuid(a, b, c, d, inp) \ macro
25 "cpuid\n" \
29 #define cpuid(a, b, c, d, inp) \ macro
31 "cpuid\n" \
36 #if defined(cpuid) // initialize the struct only on x86
54 cpuid(eax, ebx, ecx, edx, 0);
62 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
21 // must preserve that register's value across cpuid instructions.
23 #define cpuid(a, b, c, d, inp) \ macro
25 "cpuid\n" \
29 #define cpuid(a, b, c, d, inp) \ macro
31 "cpuid\n" \
36 #if defined(cpuid) // initialize the struct only on x86
54 cpuid(eax, ebx, ecx, edx, 0);
62 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc44 // 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
85 cpuid(eax, ebx, ecx, edx, 0);
93 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
49 // must preserve that register's value across cpuid instructions.
51 #define cpuid(a, b, c, d, inp) \ macro
53 "cpuid\n" \
57 #define cpuid(a, b, c, d, inp) \ macro
59 "cpuid\n" \
64 #if defined(cpuid) // initialize the struct only on x86
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-x86.cc47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
49 // must preserve that register's value across cpuid instructions.
51 #define cpuid(a, b, c, d, inp) \ macro
53 "cpuid\n" \
57 #define cpuid(a, b, c, d, inp) \ macro
59 "cpuid\n" \
64 #if defined(cpuid) // initialize the struct only on x86
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/v8/src/
H A Datomicops_internals_x86_gcc.cc42 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
44 // must preserve that register's value across cpuid instructions.
46 #define cpuid(a, b, c, d, inp) \ macro
48 "cpuid\n" \
52 #define cpuid(a, b, c, d, inp) \ macro
54 "cpuid\n" \
59 #if defined(cpuid) // initialize the struct only on x86
86 cpuid(eax, ebx, ecx, edx, 0);
94 cpuid(eax, ebx, ecx, edx, 1);
/external/v8/src/
H A Datomicops_internals_x86_gcc.cc41 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
43 // must preserve that register's value across cpuid instructions.
45 #define cpuid(a, b, c, d, inp) \ macro
47 "cpuid\n" \
51 #define cpuid(a, b, c, d, inp) \ macro
53 "cpuid\n" \
58 #if defined(cpuid) // initialize the struct only on x86
85 cpuid(eax, ebx, ecx, edx, 0);
93 cpuid(eax, ebx, ecx, edx, 1);
/external/valgrind/main/include/
H A Dpub_tool_cpuid.h37 extern void VG_(cpuid) ( UInt eax, UInt ecx,
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h38 #define cpuid(func,ax,bx,cx,dx)\ macro
40 "cpuid \n\t" \
44 #define cpuid(func,ax,bx,cx,dx)\ macro
47 "cpuid \n\t" \
54 #define cpuid(func,ax,bx,cx,dx)\ macro
57 "cpuid \n\t" \
63 #define cpuid(func,ax,bx,cx,dx)\ macro
66 "cpuid \n\t" \
76 #define cpuid(func,a,b,c,d) do{\ macro
81 #define cpuid(fun macro
[all...]
H A Dx86_cpuid.c41 cpuid(0, reg_eax, vs[0], vs[2], vs[1]);
/external/valgrind/main/coregrind/
H A Dm_cpuid.S69 void VG_(cpuid)(UInt eax, UInt ecx,
74 .globl VG_(cpuid)
75 VG_(cpuid):
85 cpuid
116 .globl VG_(cpuid)
117 VG_(cpuid):
131 cpuid
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dx86cpuid.pl25 &cpuid ();
53 &cpuid ();
58 &cpuid ();
65 &cpuid ();
70 &cpuid ();
87 &cpuid ();
94 &cpuid ();
H A Dx86_64cpuid.S42 cpuid
70 cpuid
75 cpuid
83 cpuid
88 cpuid
104 cpuid
111 cpuid
H A Dx86_64cpuid.pl62 cpuid
90 cpuid
95 cpuid
103 cpuid
108 cpuid
124 cpuid
131 cpuid
/external/openssl/crypto/
H A Dx86cpuid.pl25 &cpuid ();
53 &cpuid ();
58 &cpuid ();
65 &cpuid ();
70 &cpuid ();
87 &cpuid ();
94 &cpuid ();
H A Dx86_64cpuid.S42 cpuid
70 cpuid
75 cpuid
83 cpuid
88 cpuid
104 cpuid
111 cpuid
/external/valgrind/main/tests/
H A Dx86_amd64_features.c22 static void cpuid ( unsigned int n, function
27 "cpuid"
37 cpuid(0, &a, &b, &c, &d);
110 cpuid( level & 0x80000000, &a, &b, &c, &d );
113 cpuid( level, &a, &b, &c, &d );
/external/flac/libFLAC/include/private/
H A Dcpu.h48 FLAC__bool cpuid; member in struct:__anon18648
/external/kernel-headers/original/asm-arm/
H A Dsmp.h51 extern void smp_store_cpu_info(unsigned int cpuid);
/external/oprofile/module/x86/
H A Dcpu_type.c38 cpuid (1, &eax, &ebx, &ecx, &edx);
48 * do_cpu_id - Call the cpuid instruction and fill in data at passed address
58 cpuid(1, &eax, &ebx, &ecx, &edx);
69 * this is unfortunately not simple and involves running cpuid on all
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cpu_detect.c179 * @sa cpuid.h included in gcc-4.3 onwards.
183 cpuid(uint32_t ax, uint32_t *p) function
188 "cpuid\n\t"
198 "cpuid\n\t"
260 /* Get max cpuid level */
261 cpuid(0x00000000, regs);
266 cpuid (0x00000001, regs2);
289 cpuid(0x80000000, regs);
293 cpuid(0x80000001, regs2);
302 cpuid(
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.c179 * @sa cpuid.h included in gcc-4.3 onwards.
183 cpuid(uint32_t ax, uint32_t *p) function
188 "cpuid\n\t"
198 "cpuid\n\t"
260 /* Get max cpuid level */
261 cpuid(0x00000000, regs);
266 cpuid (0x00000001, regs2);
289 cpuid(0x80000000, regs);
293 cpuid(0x80000001, regs2);
302 cpuid(
[all...]

Completed in 778 milliseconds

123