Searched defs:__cpuid (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | intrin.h | 524 static __inline__ void __DEFAULT_FN_ATTRS __cpuid(int __info[4], int __level) { in __cpuid() function
|
H A D | cpuid.h | 238 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro 247 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | cpuid.h | 196 #define __cpuid(level, a, b, c, d) \ macro 208 #define __cpuid(level, a, b, c, d) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | cpuid.h | 211 #define __cpuid(level, a, b, c, d) \ macro 223 #define __cpuid(level, a, b, c, d) \ macro
|