Searched defs:__cpuid (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dcpu_features.cc31 static inline void __cpuid(int cpu_info[4], int info_type) { function
40 static inline void __cpuid(int cpu_info[4], int info_type) { function
54 __cpuid(cpu_info, 1);
/external/libchrome/base/
H A Dcpu.cc61 void __cpuid(int cpu_info[4], int info_type) { function in namespace:base::__anon9840
73 void __cpuid(int cpu_info[4], int info_type) {
146 // __cpuid with an InfoType argument of 0 returns the number of
153 __cpuid(cpu_info, 0);
162 __cpuid(cpu_info, 1);
164 __cpuid(cpu_info7, 7);
200 __cpuid(cpu_info, 0x80000000);
209 __cpuid(cpu_info, parameter);
218 __cpuid(cpu_info, parameter_containing_non_stop_time_stamp_counter);
/external/v8/src/base/
H A Dcpu.cc8 #include <intrin.h> // __cpuid()
49 // Define __cpuid() for non-MSVC libraries.
52 static V8_INLINE void __cpuid(int cpu_info[4], int info_type) { function in namespace:v8::base
53 // Clear ecx to align with __cpuid() of MSVC:
345 // __cpuid with an InfoType argument of 0 returns the number of
352 __cpuid(cpu_info, 0);
360 __cpuid(cpu_info, 1);
400 __cpuid(cpu_info, 7);
406 __cpuid(cpu_info, 0x80000000);
411 __cpuid(cpu_inf
[all...]
/external/webrtc/webrtc/base/
H A Dsysteminfo.cc19 #include <intrin.h> // for __cpuid()
41 static inline void __cpuid(int cpu_info[4], int info_type) { function in namespace:rtc
51 static inline void __cpuid(int cpu_info[4], int info_type) {
149 __cpuid(cpu_info, 0);
/external/libyuv/files/util/
H A Dpsnr.cc17 #include <intrin.h> // For __cpuid()
199 static __inline void __cpuid(int cpu_info[4], int info_type) { function
210 static __inline void __cpuid(int cpu_info[4], int info_type) { function
222 __cpuid(cpu_info, 1);
/external/clang/lib/Headers/
H A Dcpuid.h150 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro
159 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ macro
177 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx);
205 __cpuid(__level, __eax, __ebx, __ecx, __edx);
H A Dintrin.h61 void __cpuid(int[4], int);
898 __cpuid(int __info[4], int __level) { function
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dmpx-mini-test.c106 * __cpuid() is from the Linux Kernel:
108 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, function
132 * __cpuid() is from the Linux Kernel:
134 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, function
459 __cpuid(eax, ebx, ecx, edx);

Completed in 348 milliseconds