Lines Matching full:ldr
246 // ldr(r, MemOperand(sp, 4, PostIndex), al) instruction (aka pop(r))
252 // ldr rd, [pc, #offset]
275 // A mask for the Rd register for push, pop, ldr, str instructions.
504 // ldr<cond> <Rd>, [pc +/- offset_12].
804 // mov instruction will be an ldr from constant pool (one instruction).
813 // instructions - either mov or ldr. The mov might actually be two
841 // condition code), then replace it with a 'ldr rd, [pc]'.
848 ldr(rd, MemOperand(pc, 0), cond);
862 ldr(ip, MemOperand(pc, 0), cond);
1386 ldr(ip, MemOperand(pc, 0), cond);
1400 void Assembler::ldr(Register dst, const MemOperand& src, Condition cond) {
2633 // Instruction to patch must be 'ldr rd, [pc, #offset]' with offset == 0.
2639 // ldr rd, [pc, #0]