Searched refs:rdx (Results 1 – 6 of 6) sorted by relevance
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 68 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 …]
|
D | android_memset16.S | 68 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/debuggerd/libdebuggerd/x86_64/ |
D | machine.cpp | 41 dump_memory(log, backtrace, static_cast<uintptr_t>(r.rdx), "memory near rdx:"); in dump_memory_and_code() 56 r.rax, r.rbx, r.rcx, r.rdx); in dump_registers()
|
/system/core/debuggerd/crasher/x86_64/ |
D | crashglue.S | 10 jmp *%rdx
|
/system/core/libunwindstack/ |
D | User.h | 65 uint64_t rdx; member
|
D | Regs.cpp | 188 (*regs)[X86_64_REG_RDX] = user->rdx; in ReadX86_64()
|