Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86/
Dandroid_memset16.S85 # define SETRTNVAL movl DEST(%esp), %eax
137 xor %eax, %eax
139 movzwl CHR(%esp), %eax
140 mov %eax, %edx
141 shl $16, %eax
142 or %edx, %eax
192 movl %eax, -56(%edx)
193 movl %eax, -52(%edx)
195 movl %eax, -48(%edx)
196 movl %eax, -44(%edx)
[all …]
Dandroid_memset32.S85 # define SETRTNVAL movl DEST(%esp), %eax
137 xor %eax, %eax
139 mov DWDS(%esp), %eax
140 mov %eax, %edx
173 movl %eax, -60(%edx)
175 movl %eax, -56(%edx)
177 movl %eax, -52(%edx)
179 movl %eax, -48(%edx)
181 movl %eax, -44(%edx)
183 movl %eax, -40(%edx)
[all …]
/system/core/debuggerd/libdebuggerd/x86/
Dmachine.cpp37 dump_memory(log, backtrace, static_cast<uintptr_t>(r.eax), "memory near eax:"); in dump_memory_and_code()
55 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/debuggerd/crasher/x86/
Dcrashglue.S5 movl $0xa5a50000, %eax
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S5 movl $0xa5a50000, %eax
/system/core/libunwindstack/
DUser.h39 uint32_t eax; member
DRegs.cpp165 (*regs)[X86_REG_EAX] = user->eax; in ReadX86()