Home
last modified time | relevance | path

Searched defs:__ecx (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcpuid.h112 #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 Dcpuid.h249 #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 DNativeRegisterContextLinux_x86_64.cpp30 unsigned int *__ecx, unsigned int *__edx) in get_cpuid_count()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DMachRegisterStatesI386.h28 uint32_t __ecx; member
/openbsd-src/gnu/llvm/libunwind/src/
H A DRegisters.hpp100 unsigned int __ecx; member