Searched refs:ldr (Results 1 – 4 of 4) sorted by relevance
/art/runtime/arch/arm/ |
D | portable_entrypoints_arm.S | 49 ldr r0, [r11] @ restore method* 50 ldr r1, [sp, #4] @ copy arg value for r1 51 ldr r2, [sp, #8] @ copy arg value for r2 52 ldr r3, [sp, #12] @ copy arg value for r3 56 ldr ip, [r0, #METHOD_CODE_OFFSET] @ get pointer to the code 59 ldr ip, [sp, #24] @ load the result pointer 124 ldr r0, [sp, #0] @ load resolved method in r0 125 ldr r1, [sp, #8] @ restore non-callee save r1 127 ldr lr, [sp, #44] @ restore lr 132 ldr r1, [sp, #8] @ restore non-callee save r1 [all …]
|
D | quick_entrypoints_arm.S | 70 ldr lr, [sp, #28] @ restore lr for return 76 ldr lr, [sp, #28] @ restore lr for return 106 ldr r1, [sp, #8] @ restore non-callee save r1 108 ldr lr, [sp, #44] @ restore lr 220 ldr r2, [sp, #48] @ pass caller Method* 276 ldr r0, [r11] @ restore method* 277 ldr r1, [sp, #4] @ copy arg value for r1 278 ldr r2, [sp, #8] @ copy arg value for r2 279 ldr r3, [sp, #12] @ copy arg value for r3 282 ldr ip, [r0, #METHOD_CODE_OFFSET] @ get pointer to the code [all …]
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 463 void ArmAssembler::ldr(Register rd, Address ad, Condition cond) { in ldr() function in art::arm::ArmAssembler 1275 ldr(reg, Address(base, offset), cond); in LoadFromOffset() 1392 ldr(rd, Address(SP, kRegisterSize, Address::PostIndex), cond); in Pop()
|
D | assembler_arm.h | 273 void ldr(Register rd, Address ad, Condition cond = AL);
|