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

/system/core/debuggerd/x86/
H A Dcrashglue.S7 movl $0xa5a50002, %ecx
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.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...]
H A 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/include/corkscrew/
H A Dptrace.h49 uint32_t ecx; member in struct:pt_regs_x86

Completed in 656 milliseconds