Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86/
Dsse2-memset32-atom.S105 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 …]
Dsse2-memset16-atom.S105 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/
Dcrashglue.S7 movl $0xa5a50002, %ecx
Dmachine.c51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/include/corkscrew/
Dptrace.h49 uint32_t ecx; member