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

12

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
cpuid.h 204 unsigned int __eax, __ebx, __ecx, __edx; local
219 : "=&r" (__eax), "=&r" (__ebx)
234 : "=&r" (__eax), "=&r" (__ebx)
238 if (!((__eax ^ __ebx) & 0x00200000))
243 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
246 *__sig = __ebx;
258 unsigned int *__eax, unsigned int *__ebx,
266 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
cpuid.h 213 unsigned int __eax, __ebx, __ecx, __edx; local
228 : "=&r" (__eax), "=&r" (__ebx)
243 : "=&r" (__eax), "=&r" (__ebx)
247 if (!((__eax ^ __ebx) & 0x00200000))
252 __cpuid (__ext, __eax, __ebx, __ecx, __edx);
255 *__sig = __ebx;
267 unsigned int *__eax, unsigned int *__ebx,
275 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  /external/valgrind/coregrind/m_sigframe/
sigframe-x86-darwin.c 100 SC2(__ebx,EBX);
120 SC2(EBX,__ebx);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp 55 uint32_t getEBX() const { return _registers.__ebx; }
56 void setEBX(uint32_t value) { _registers.__ebx = value; }
69 unsigned int __ebx; member in struct:libunwind::Registers_x86::GPRs
124 return _registers.__ebx;
155 _registers.__ebx = value;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-darwin.c 68 mach->__ebx = vex->guest_EBX;
124 vex->guest_EBX = mach->__ebx;
  /external/valgrind/none/tests/x86-darwin/
bug341419.c 128 ASSERT_EQ(uc->uc_mcontext->__ss.__ebx, 0xfeed0202);
  /external/libunwind_llvm/src/
Registers.hpp 55 uint32_t getEBX() const { return _registers.__ebx; }
56 void setEBX(uint32_t value) { _registers.__ebx = value; }
69 unsigned int __ebx; member in struct:libunwind::Registers_x86::GPRs
124 return _registers.__ebx;
163 _registers.__ebx = value;
    [all...]
  /art/runtime/
runtime_common.cc 150 DumpRegister32(os, "ebx", context->__ss.__ebx);

Completed in 479 milliseconds

12