| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| intrin.h | 60 void __cpuid(int[4], int); 524 static __inline__ void __DEFAULT_FN_ATTRS __cpuid(int __info[4], int __level) { function
|
| cpuid.h | 238 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro 247 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ macro 286 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); 301 __cpuid(__leaf, *__eax, *__ebx, *__ecx, *__edx);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| cpuid.h | 211 #define __cpuid(level, a, b, c, d) \ macro 223 #define __cpuid(level, a, b, c, d) \ macro 284 __cpuid (__ext, __eax, __ebx, __ecx, __edx); 308 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| x86-gcc-cpuid.h | 173 #define __cpuid(level, a, b, c, d) \ macro 233 __cpuid (__ext, __eax, __ebx, __ecx, __edx); 256 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| x86-gcc-cpuid.h | 173 #define __cpuid(level, a, b, c, d) \ macro 233 __cpuid (__ext, __eax, __ebx, __ecx, __edx); 256 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| cpuid.h | 237 #define __cpuid(level, a, b, c, d) \ macro 249 #define __cpuid(level, a, b, c, d) \ macro 310 __cpuid (__ext, __eax, __ebx, __ecx, __edx); 334 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx);
|