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

/system/core/libcutils/arch-x86/
H A Dsse2-memset16-atom.S86 # define SETRTNVAL movl DEST(%esp), %eax
140 xor %eax, %eax
142 movzwl CHR(%esp), %eax
143 mov %eax, %edx
144 shl $16, %eax
145 or %edx, %eax
195 movl %eax, -56(%edx)
196 movl %eax, -52(%edx)
198 movl %eax,
[all...]
H A Dsse2-memset32-atom.S84 # define SETRTNVAL movl DEST(%esp), %eax
140 xor %eax, %eax
142 mov DWDS(%esp), %eax
143 mov %eax, %edx
176 movl %eax, -60(%edx)
178 movl %eax, -56(%edx)
180 movl %eax, -52(%edx)
182 movl %eax, -48(%edx)
184 movl %eax,
[all...]
/system/core/debuggerd/x86/
H A Dcrashglue.S5 movl $0xa5a50000, %eax
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/include/corkscrew/
H A Dptrace.h54 uint32_t eax; member in struct:pt_regs_x86

Completed in 55 milliseconds