Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 5 of 5) sorted by relevance

/system/core/libcutils/arch-x86/
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
264 add $_GLOBAL_OFFSET_TABLE_, %ebx
[all …]
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
349 add $_GLOBAL_OFFSET_TABLE_, %ebx
[all …]
/system/core/debuggerd/x86/
Dcrashglue.S6 movl $0xa5a50001, %ebx
Dmachine.c51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/include/corkscrew/
Dptrace.h48 uint32_t ebx; member