Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 13 of 13) 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/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.cpp90 (*regs)[X86_REG_ECX] = user->ecx; in Read()
109 regs_[X86_REG_ECX] = ucontext->uc_mcontext.ecx; in SetFromUcontext()
150 regs_[X86_REG_ECX] = context.ecx; in StepIfSignalHandler()
/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_64/
Dcrashglue.S7 movl $0xa5a50002, %ecx
/system/core/debuggerd/crasher/x86/
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.cpp83 x86_user_regs.ecx = static_cast<uint32_t>(regs.data[PERF_REG_X86_CX]); in GetBacktraceRegs()