Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 9 of 9) sorted by relevance

/system/core/libcutils/arch-x86_64/
Dandroid_memset16.S69 movzwl %si, %ecx
72 or %esi, %ecx // Pattern in ecx
120 movl %ecx, -56(%rdi)
121 movl %ecx, -52(%rdi)
123 movl %ecx, -48(%rdi)
124 movl %ecx, -44(%rdi)
126 movl %ecx, -40(%rdi)
127 movl %ecx, -36(%rdi)
129 movl %ecx, -32(%rdi)
130 movl %ecx, -28(%rdi)
[all …]
Dandroid_memset32.S69 movl %esi, %ecx // Pattern in ecx
101 movl %ecx, -60(%rdi)
103 movl %ecx, -56(%rdi)
105 movl %ecx, -52(%rdi)
107 movl %ecx, -48(%rdi)
109 movl %ecx, -44(%rdi)
111 movl %ecx, -40(%rdi)
113 movl %ecx, -36(%rdi)
115 movl %ecx, -32(%rdi)
117 movl %ecx, -28(%rdi)
[all …]
/system/core/libcutils/arch-x86/
Dandroid_memset32.S104 add (%ebx,%ecx,4), %ebx; \
126 jmp *TABLE(,%ecx,4)
134 movl LEN(%esp), %ecx
135 shr $2, %ecx
143 cmp $16, %ecx
147 lea (%edx, %ecx, 4), %edx
211 mov %eax, -4(%edx, %ecx, 4)
212 sub $1, %ecx
224 shl $2, %ecx
241 add %eax, %ecx
[all …]
Dandroid_memset16.S104 add (%ebx,%ecx,4), %ebx; \
126 jmp *TABLE(,%ecx,4)
134 movl LEN(%esp), %ecx
135 shr $1, %ecx
145 cmp $32, %ecx
149 lea (%edx, %ecx, 2), %edx
301 shl $1, %ecx
305 mov %eax, -4(%edx, %ecx)
306 sub $2, %ecx
325 add %eax, %ecx
[all …]
/system/core/debuggerd/libdebuggerd/x86/
Dmachine.cpp39 dump_memory(log, backtrace, static_cast<uintptr_t>(r.ecx), "memory near ecx:"); in dump_memory_and_code()
55 r.eax, r.ebx, r.ecx, r.edx); in dump_registers()
/system/core/debuggerd/crasher/x86/
Dcrashglue.S7 movl $0xa5a50002, %ecx
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S7 movl $0xa5a50002, %ecx
/system/core/libunwindstack/
DUser.h34 uint32_t ecx; member
DRegs.cpp167 (*regs)[X86_REG_ECX] = user->ecx; in ReadX86()