Searched refs:__ebx (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | cpuid.h | 261 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 262 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \ 265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 266 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \ 270 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 274 : "=a"(__eax), "=r"(__ebx), "=c"(__ecx), "=d"(__edx) \ 277 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 281 : "=a"(__eax), "=r"(__ebx), "=c"(__ecx), "=d"(__edx) \ 288 unsigned int __eax, __ebx, __ecx, __edx; in __get_cpuid_max() local 312 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); in __get_cpuid_max() [all …]
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Registers.hpp | 85 uint32_t getEBX() const { return _registers.__ebx; } in getEBX() 86 void setEBX(uint32_t value) { _registers.__ebx = value; } in setEBX() 99 unsigned int __ebx; member 154 return _registers.__ebx; in getRegister() 193 _registers.__ebx = value; in setRegister()
|