Searched defs:__edx (Results 1 – 6 of 6) 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 139 unsigned int *__edx) { 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 306 unsigned int *__edx) in __get_cpuid() 320 unsigned int *__ecx, unsigned int *__edx) in __get_cpuid_count()
|
H A D | intrin.h | 589 unsigned long __edx; in __readmsr() local
|
/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 | 29 uint32_t __edx; member
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | Registers.hpp | 101 unsigned int __edx; member
|