Searched refs:ebx (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 90 # 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 …]
|
D | sse2-memset16-atom.S | 90 # 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/ |
D | crashglue.S | 6 movl $0xa5a50001, %ebx
|
D | machine.c | 51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
|
/system/core/include/corkscrew/ |
D | ptrace.h | 48 uint32_t ebx; member
|