Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86/
Dsse2-memset16-atom.S143 mov %eax, %edx
145 or %edx, %eax
147 movl DEST(%esp), %edx
152 lea (%edx, %ecx, 2), %edx
195 movl %eax, -56(%edx)
196 movl %eax, -52(%edx)
198 movl %eax, -48(%edx)
199 movl %eax, -44(%edx)
201 movl %eax, -40(%edx)
202 movl %eax, -36(%edx)
[all …]
Dsse2-memset32-atom.S143 mov %eax, %edx
145 movl DEST(%esp), %edx
150 lea (%edx, %ecx, 4), %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)
188 movl %eax, -36(%edx)
[all …]
/system/core/debuggerd/x86/
Dcrashglue.S9 movl $0, %edx
10 jmp *%edx
Dmachine.c51 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/include/corkscrew/
Dptrace.h50 uint32_t edx; member