Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86/
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, -48(%edx)
199 movl %eax, -44(%edx)
[all …]
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, -44(%edx)
186 movl %eax, -40(%edx)
[all …]
/system/core/debuggerd/x86/
Dcrashglue.S5 movl $0xa5a50000, %eax
Dmachine.c51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/include/corkscrew/
Dptrace.h54 uint32_t eax; member