Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCPUID.cpp32 static void cpuid(int registers[4], int info) in cpuid() function
38 __asm volatile("cpuid" in cpuid()
53 cpuid(registers, 1); in supportsMMX()
60 cpuid(registers, 1); in supportsCMOV()
67 cpuid(registers, 1); in supportsSSE()
74 cpuid(registers, 1); in supportsSSE2()
81 cpuid(registers, 1); in supportsSSE3()
88 cpuid(registers, 1); in supportsSSSE3()
95 cpuid(registers, 1); in supportsSSE4_1()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DCPUID.cpp32 static void cpuid(int registers[4], int info) in cpuid() function
38 __asm volatile("cpuid" in cpuid()
53 cpuid(registers, 1); in supportsMMX()
60 cpuid(registers, 1); in supportsCMOV()
67 cpuid(registers, 1); in supportsSSE()
74 cpuid(registers, 1); in supportsSSE2()
81 cpuid(registers, 1); in supportsSSE3()
88 cpuid(registers, 1); in supportsSSSE3()
95 cpuid(registers, 1); in supportsSSE4_1()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DCPUID.cpp165 static void cpuid(int registers[4], int info) in cpuid() function
171 __asm volatile("cpuid": "=a" (registers[0]), "=b" (registers[1]), "=c" (registers[2]), "=d" (registers[3]): "a" (info)); in cpuid()
184 cpuid(registers, 1); in detectMMX()
191 cpuid(registers, 1); in detectCMOV()
198 cpuid(registers, 1); in detectSSE()
205 cpuid(registers, 1); in detectSSE2()
212 cpuid(registers, 1); in detectSSE3()
219 cpuid(registers, 1); in detectSSSE3()
226 cpuid(registers, 1); in detectSSE4_1()
/third_party/ffmpeg/libavutil/x86/
H A Dcpu.c33 #define cpuid(index, eax, ebx, ecx, edx) \ macro
42 #define cpuid(index, eax, ebx, ecx, edx) \ macro
45 "cpuid \n\t" \
94 #ifdef cpuid in ff_get_cpu_flags_x86()
105 cpuid(0, max_std_level, vendor.i[0], vendor.i[2], vendor.i[1]); in ff_get_cpu_flags_x86()
108 cpuid(1, eax, ebx, ecx, std_caps); in ff_get_cpu_flags_x86()
147 cpuid(7, eax, ebx, ecx, edx); in ff_get_cpu_flags_x86()
171 cpuid(0x80000000, max_ext_level, ebx, ecx, edx); in ff_get_cpu_flags_x86()
174 cpuid(0x80000001, eax, ebx, ecx, ext_caps); in ff_get_cpu_flags_x86()
252 #endif /* cpuid */ in ff_get_cpu_flags_x86()
[all...]
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c131 int cpuid; in set_affinity() local
140 cpuid = online_cpu_id; /* Save this value before unlocking mutex */ in set_affinity()
142 return cpuid; in set_affinity()
154 int cpuid; in concurrent_thread() local
158 cpuid = set_affinity(); in concurrent_thread()
159 if (cpuid == -1) { in concurrent_thread()
178 int cpuid; in main_thread() local
199 cpuid = set_affinity(); in main_thread()
200 if (cpuid == -1) { in main_thread()
/third_party/node/deps/openssl/openssl/crypto/
H A Dx86cpuid.pl35 &cpuid ();
63 &cpuid ();
68 &cpuid ();
75 &cpuid ();
81 &cpuid ();
98 &cpuid ();
106 &cpuid ();
139 &cpuid ();
H A Dx86_64cpuid.pl81 cpuid
109 cpuid
114 cpuid
122 cpuid
127 cpuid
143 cpuid
150 cpuid
194 cpuid
/third_party/openssl/crypto/
H A Dx86cpuid.pl35 &cpuid ();
63 &cpuid ();
68 &cpuid ();
75 &cpuid ();
81 &cpuid ();
98 &cpuid ();
106 &cpuid ();
139 &cpuid ();
H A Dx86_64cpuid.pl81 cpuid
109 cpuid
114 cpuid
122 cpuid
127 cpuid
143 cpuid
150 cpuid
194 cpuid
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_funcs.sh279 local cpuid=
280 for cpuid in $cpus_array
282 local file="/sys/devices/system/cpu/cpu$cpuid/online"
285 cpu_hotplug $cpuid "online"
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
H A Dht_affinity.c54 int cpu_count, i, j, k, cpuid; in HT_SetAffinity() local
110 cpuid = get_current_cpu(pid); in HT_SetAffinity()
111 if (cpuid != i && cpuid != i + 1) in HT_SetAffinity()
/third_party/skia/src/core/
H A DSkCpu.cpp16 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); } in cpuid() function
20 #include <cpuid.h>
23 __asm__("cpuid" : "=a"(a), "=b"(b), "=c"(c), "=d"(d) : "0"(eax), "2"(ecx))
25 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); } in cpuid() function
40 // You might want to refer to http://www.sandpile.org/x86/cpuid.htm in read_cpu_features()
42 cpuid(abcd); in read_cpu_features()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/
H A Dx86_64cpuid.s53 cpuid
81 cpuid
86 cpuid
94 cpuid
99 cpuid
115 cpuid
122 cpuid
166 cpuid
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/
H A Dx86_64cpuid.s53 cpuid
81 cpuid
86 cpuid
94 cpuid
99 cpuid
115 cpuid
122 cpuid
166 cpuid
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/
H A Dx86_64cpuid.s52 cpuid
80 cpuid
85 cpuid
93 cpuid
98 cpuid
114 cpuid
121 cpuid
165 cpuid
/third_party/mesa3d/src/util/
H A Du_cpu_detect.c266 * @sa cpuid.h included in gcc-4.3 onwards.
270 cpuid(uint32_t ax, uint32_t *p) in cpuid() function
275 "cpuid\n\t" in cpuid()
285 "cpuid\n\t" in cpuid()
303 * @sa cpuid.h included in gcc-4.4 onwards.
312 "cpuid\n\t" in cpuid_count()
322 "cpuid\n\t" in cpuid_count()
516 cpuid(0x00000001, regs); in get_cpu_topology()
690 /* Get max cpuid level */ in util_cpu_detect_once()
691 cpuid( in util_cpu_detect_once()
[all...]
/third_party/node/deps/openssl/openssl/engines/asm/
H A De_padlock-x86.pl72 &cpuid ();
90 &cpuid ();
96 &cpuid ();
104 &cpuid ();
/third_party/openssl/engines/asm/
H A De_padlock-x86.pl72 &cpuid ();
90 &cpuid ();
96 &cpuid ();
104 &cpuid ();
/third_party/ltp/include/lapi/
H A Dcpuid.h4 # error "cpuid.h should only be included on x86"
8 # include <cpuid.h>
15 * gcc cpuid.h provides __cpuid_count() since v4.4.
16 * Clang/LLVM cpuid.h provides __cpuid_count() since v3.4.0.
24 __asm__ __volatile__ ("cpuid\n\t" \
/third_party/ltp/include/old/
H A Dltp_cpuid.h10 static inline void cpuid(unsigned int info, unsigned int *eax, unsigned int *ebx, in cpuid() function
18 "cpuid;" in cpuid()
22 "cpuid;" in cpuid()

Completed in 11 milliseconds

123