Home
last modified time | relevance | path

Searched refs:ldr (Results 1 – 4 of 4) sorted by relevance

/art/runtime/arch/arm/
Dportable_entrypoints_arm.S49 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 …]
Dquick_entrypoints_arm.S70 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/
Dassembler_arm.cc463 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()
Dassembler_arm.h273 void ldr(Register rd, Address ad, Condition cond = AL);