Searched refs:eax (Results 1 – 7 of 7) sorted by relevance
/system/core/libcutils/arch-x86/ |
D | android_memset16.S | 85 # 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 …]
|
D | android_memset32.S | 85 # 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/ |
D | machine.cpp | 37 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/ |
D | crashglue.S | 5 movl $0xa5a50000, %eax
|
/system/core/debuggerd/crasher/x86_64/ |
D | crashglue.S | 5 movl $0xa5a50000, %eax
|
/system/core/libunwindstack/ |
D | User.h | 39 uint32_t eax; member
|
D | Regs.cpp | 165 (*regs)[X86_REG_EAX] = user->eax; in ReadX86()
|