Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 14 of 14) 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; \
128 jmp *TABLE(,%ecx,4)
136 movl LEN(%esp), %ecx
137 shr $2, %ecx
145 cmp $16, %ecx
149 lea (%edx, %ecx, 4), %edx
213 mov %eax, -4(%edx, %ecx, 4)
214 sub $1, %ecx
226 shl $2, %ecx
243 add %eax, %ecx
[all …]
Dandroid_memset16.S104 add (%ebx,%ecx,4), %ebx; \
128 jmp *TABLE(,%ecx,4)
136 movl LEN(%esp), %ecx
137 shr $1, %ecx
147 cmp $32, %ecx
151 lea (%edx, %ecx, 2), %edx
303 shl $1, %ecx
307 mov %eax, -4(%edx, %ecx)
308 sub $2, %ecx
327 add %eax, %ecx
[all …]
/system/core/libunwindstack/
DAsmGetRegsX86.S37 movl %ecx, 4(%eax)
42 leal 4(%esp), %ecx
43 movl %ecx, 16(%eax)
50 movl (%esp), %ecx
51 movl %ecx, 32(%eax)
DRegsX86.cpp83 (*regs)[X86_REG_ECX] = user->ecx; in Read()
102 regs_[X86_REG_ECX] = ucontext->uc_mcontext.ecx; in SetFromUcontext()
143 regs_[X86_REG_ECX] = context.ecx; in StepIfSignalHandler()
/system/core/libunwindstack/tests/files/offline/eh_frame_bias_x86/
Dregs.txt3 ecx: eb290180
/system/core/libunwindstack/tests/files/offline/debug_frame_first_x86/
Dregs.txt3 ecx: 3
/system/core/libunwindstack/tests/files/offline/jit_debug_x86/
Dregs.txt3 ecx: ff
/system/core/debuggerd/crasher/x86/
Dcrashglue.S7 movl $0xa5a50002, %ecx
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S7 movl $0xa5a50002, %ecx
/system/core/libunwindstack/include/unwindstack/
DUserX86.h36 uint32_t ecx; member
DUcontextX86.h55 uint32_t ecx; member
/system/extras/simpleperf/
DOfflineUnwinder.cpp90 x86_user_regs.ecx = static_cast<uint32_t>(regs.data[PERF_REG_X86_CX]); in GetBacktraceRegs()