Searched refs:ecx (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | sse2-memset32-atom.S | 105 add (%ebx,%ecx,4), %ebx; \ 127 jmp *TABLE(,%ecx,4) 135 movl LEN(%esp), %ecx 137 shr $2, %ecx 146 cmp $16, %ecx 150 lea (%edx, %ecx, 4), %edx 214 mov %eax, -4(%edx, %ecx, 4) 215 sub $1, %ecx 227 shl $2, %ecx 244 add %eax, %ecx [all …]
|
D | sse2-memset16-atom.S | 105 add (%ebx,%ecx,4), %ebx; \ 127 jmp *TABLE(,%ecx,4) 135 movl LEN(%esp), %ecx 137 shr $1, %ecx 148 cmp $32, %ecx 152 lea (%edx, %ecx, 2), %edx 304 shl $1, %ecx 308 mov %eax, -4(%edx, %ecx) 309 sub $2, %ecx 328 add %eax, %ecx [all …]
|
/system/core/debuggerd/x86/ |
D | crashglue.S | 7 movl $0xa5a50002, %ecx
|
D | machine.c | 51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
|
/system/core/include/corkscrew/ |
D | ptrace.h | 49 uint32_t ecx; member
|