Home
last modified time | relevance | path

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

/system/core/libcutils/arch-x86_64/
Dandroid_memset32.S68 shr $2, %rdx // Count in rdx
71 cmp $16, %rdx
75 lea (%rdi, %rdx, 4), %rdi
76 BRANCH_TO_JMPTBL_ENTRY (L(table_less16dbwords), %rdx, 4)
138 mov %ecx, -4(%rdi, %rdx, 4)
139 sub $1, %rdx
151 shl $2, %rdx
165 add %rsi, %rdx
169 cmp $128, %rdx
173 add %rdx, %rdi
[all …]
Dandroid_memset16.S68 shr $1, %rdx // Count in rdx
74 cmp $32, %rdx
78 lea (%rdi, %rdx, 2), %rdi
79 BRANCH_TO_JMPTBL_ENTRY (L(table_less32words), %rdx, 4)
224 shl $1, %rdx
228 mov %ecx, -4(%rdi, %rdx)
229 sub $2, %rdx
245 add %rsi, %rdx
249 cmp $128, %rdx
253 add %rdx, %rdi
[all …]
/system/core/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
Dregs.txt4 rdx: 92134c6fbbdc1200
/system/core/debuggerd/crasher/x86_64/
Dcrashglue.S10 jmp *%rdx
/system/core/libunwindstack/include/unwindstack/
DUserX86_64.h47 uint64_t rdx; member
DUcontextX86_64.h58 uint64_t rdx; member
/system/core/libunwindstack/
DAsmGetRegsX86_64.S36 movq %rdx, 8(%rdi)
DRegsX86_64.cpp100 (*regs)[X86_64_REG_RDX] = user->rdx; in Read()
127 regs_[X86_64_REG_RDX] = ucontext->uc_mcontext.rdx; in SetFromUcontext()
/system/extras/simpleperf/
DOfflineUnwinder.cpp98 x86_64_user_regs.rdx = regs.data[PERF_REG_X86_DX]; in GetBacktraceRegs()