Searched defs:__ecx (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | cpuid.h | 112 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ argument 120 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ argument 128 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \ argument 132 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ argument 138 unsigned int *__ebx, unsigned int *__ecx, in __get_cpuid() 146 unsigned int __eax, __ebx, __ecx, __edx; in __get_cpuid_max() local
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | cpuid.h | 249 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 253 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 258 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 276 unsigned int __eax, __ebx, __ecx, __edx; in __get_cpuid_max() local 305 unsigned int *__ebx, unsigned int *__ecx, in __get_cpuid() 320 unsigned int *__ecx, unsigned int *__edx) in __get_cpuid_count()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_x86_64.cpp | 30 unsigned int *__ecx, unsigned int *__edx) in get_cpuid_count()
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
H A D | MachRegisterStatesI386.h | 28 uint32_t __ecx; member
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | Registers.hpp | 100 unsigned int __ecx; member
|