Searched refs:r0 (Results 1 – 12 of 12) 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 | 144 str r0, [sp, #0] @ Store ArtMethod* to bottom of stack. 169 cbnz r0, 1f @ result non-zero branch over 175 cbz r0, 1f @ result zero branch over 187 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 @ save callee saves for throw 188 mov r0, r9 @ pass Thread::Current 195 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 // save all registers as basis for long jump context 196 mov r0, r9 @ pass Thread::Current 343 cbz r0, 1f @ did we find the target? if not go to exception delivery 408 mov r4, r0 @ save method* 409 add r0, sp, #4 @ pass stack pointer + method ptr as dest for memcpy [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
|
/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/ |
D | quick_cfi_test_expected.inc | 22 // 0x00000008: str r0, [sp, #0] 31 // 0x00000012: lsls r0, r0, #0 163 // 0x00000014: or r2, r4, r0 201 // 0x00000014: or r2, r4, r0
|
/art/compiler/dex/quick/x86/ |
D | x86_lir.h | 122 r0 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0, enumerator 124 rAX = r0, 227 constexpr RegStorage rs_r0(RegStorage::kValid | r0);
|
D | quick_assemble_x86_test.cc | 186 RegStorage::Solo32(r0).GetReg(), 8, RegStorage::Solo128(3).GetReg(), 7); in TEST_F()
|
D | int_x86.cc | 69 NewLIR2(kX86Movzx8RR, r0, r0); in GenCmpLong()
|
/art/compiler/dex/quick/arm/ |
D | arm_lir.h | 115 r0 = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 0, enumerator 209 constexpr RegStorage rs_r0(RegStorage::kValid | r0);
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test_expected.inc | 22 // 0x00000008: str r0, [sp, #0]
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 375 move $v0, $zero # clear result registers r0 and r1
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 49 // 0x0000000a: str r0, [sp, #0]
|