Searched refs:ebx (Results 1 - 6 of 6) sorted by relevance

/system/core/debuggerd/x86/
H A Dcrashglue.S6 movl $0xa5a50001, %ebx
H A Dmachine.c50 _LOG(log, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
51 r.eax, r.ebx, r.ecx, r.edx);
/system/core/libcutils/arch-x86/
H A Dsse2-memset32-atom.S90 # define ENTRANCE PUSH (%ebx);
91 # define RETURN_END POP (%ebx); ret
92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
102 add $(TABLE - .), %ebx; \
105 add (%ebx,%ecx,4), %ebx; \
107 jmp *%ebx
115 movl (%esp), %ebx
259 PUSH (%ebx)
260 mov $SHARED_CACHE_SIZE, %ebx
[all...]
H A Dsse2-memset16-atom.S90 # define ENTRANCE PUSH (%ebx);
91 # define RETURN_END POP (%ebx); ret
92 # define RETURN RETURN_END; CFI_PUSH (%ebx)
102 add $(TABLE - .), %ebx; \
105 add (%ebx,%ecx,4), %ebx; \
107 jmp *%ebx
115 movl (%esp), %ebx
344 PUSH (%ebx)
345 mov $SHARED_CACHE_SIZE, %ebx
[all...]
/system/core/include/corkscrew/
H A Dptrace.h47 uint32_t ebx; member in struct:pt_regs_x86
/system/core/libcorkscrew/arch-x86/
H A Dbacktrace-x86.c51 uint32_t ebx; member in struct:ucontext::sigcontext

Completed in 491 milliseconds