HomeSort by relevance Sort by last modified time
    Searched refs:__ebx (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Headers/
cpuid.h 150 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
151 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
154 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
155 __asm("cpuid" : "=a"(__eax), "=b" (__ebx), "=c"(__ecx), "=d"(__edx) \
159 #define __cpuid(__level, __eax, __ebx, __ecx, __edx) \
163 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
166 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \
170 : "=a"(__eax), "=r" (__ebx), "=c"(__ecx), "=d"(__edx) \
175 unsigned int *__ebx, unsigned int *__ecx,
177 __cpuid(__level, *__eax, *__ebx, *__ecx, *__edx)
183 unsigned int __eax, __ebx, __ecx, __edx; local
    [all...]
  /external/u-boot/arch/x86/include/asm/
setjmp.h 27 unsigned int __ebx; member in struct:jmp_buf_data
  /external/libunwind_llvm/src/
Registers.hpp 67 uint32_t getEBX() const { return _registers.__ebx; }
68 void setEBX(uint32_t value) { _registers.__ebx = value; }
81 unsigned int __ebx; member in struct:libunwind::Registers_x86::GPRs
136 return _registers.__ebx;
175 _registers.__ebx = value;
    [all...]
  /art/runtime/
runtime_common.cc 153 DumpRegister32(os, "ebx", context->__ss.__ebx);

Completed in 640 milliseconds