Searched refs:r0 (Results 1 – 9 of 9) sorted by relevance
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 32 pld [r0, #0] 36 cmp r0, r1 38 moveq r0, #0 45 mov r3, r0 55 pld [r0, #32] 58 1: ldrh r0, [r3], #2 60 subs r0, r0, ip 77 ldrh r0, [r3], #2 80 subs r0, r0, ip 91 eor r0, r3, r1 [all …]
|
D | quick_entrypoints_arm.S | 150 cbnz r0, 1f @ result non-zero branch over 156 cbz r0, 1f @ result zero branch over 169 mov r0, r9 @ pass Thread::Current 178 mov r0, r9 @ pass Thread::Current 269 cbz r0, 1f @ did we find the target? if not go to exception delivery 295 push {r0, r4, r5, r9, r11, lr} @ spill regs 296 .save {r0, r4, r5, r9, r11, lr} 299 .cfi_rel_offset r0, 0 317 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy 319 ldr r0, [r11] @ restore method* [all …]
|
D | jni_entrypoints_arm.S | 24 push {r0, r1, r2, r3, lr} @ spill regs 26 .cfi_rel_offset r0, 0 34 mov r12, r0 @ save result in r12 37 cbz r0, 1f @ is method code null? 38 pop {r0, r1, r2, r3, lr} @ restore regs 40 .cfi_restore r0
|
D | portable_entrypoints_arm.S | 30 push {r0, r4, r5, r9, r11, lr} @ spill regs 31 .save {r0, r4, r5, r9, r11, lr} 33 .cfi_rel_offset r0, 0 47 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy 49 ldr r0, [r11] @ restore method* 56 ldr ip, [r0, #METHOD_PORTABLE_CODE_OFFSET_32] @ get pointer to the code 60 strd r0, [ip] @ store r0/r1 into result pointer 61 pop {r0, r4, r5, r9, r11, lr} @ restore spill regs 121 cmp r0, #0 @ is code pointer null? 123 mov r12, r0 [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 2 " 0: 0008 movs r0, r1\n", 4 " 4: 2001 movs r0, #1\n", 9 " 0: ea4f 0001 mov.w r0, r1\n", 14 " 0: 0008 movs r0, r1\n", 15 " 2: 1888 adds r0, r1, r2\n", 16 " 4: 1c08 adds r0, r1, #0\n", 20 " 0: 0008 movs r0, r1\n", 21 " 2: 43c8 mvns r0, r1\n", 22 " 4: 1888 adds r0, r1, r2\n", 23 " 6: 1a88 subs r0, r1, r2\n", [all …]
|
/art/compiler/dex/quick/arm/ |
D | arm_lir.h | 113 r0 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0, enumerator 207 constexpr RegStorage rs_r0(RegStorage::kValid | r0); 303 RegStorage(RegStorage::k32BitSolo, r0), INVALID_SREG, INVALID_SREG}; 306 RegStorage(RegStorage::k64BitPair, r0, r1), INVALID_SREG, INVALID_SREG}; 309 RegStorage(RegStorage::k32BitSolo, r0), INVALID_SREG, INVALID_SREG}; 312 RegStorage(RegStorage::k64BitPair, r0, r1), INVALID_SREG, INVALID_SREG};
|
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 118 r0 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0, enumerator 120 rAX = r0, 220 constexpr RegStorage rs_r0(RegStorage::kValid | r0);
|
D | int_x86.cc | 66 NewLIR2(kX86Movzx8RR, r0, r0); in GenCmpLong() 740 rl_result.reg.SetReg(r0); in GenDivRemLit()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 334 move $v0, $zero # clear result registers r0 and r1
|