Home | History | Annotate | Download | only in arm

Lines Matching defs:ldr

467 // ldr(r, MemOperand(sp, 4, PostIndex), al) instruction (aka pop(r))
473 // ldr rd, [pc, #offset]
499 // A mask for the Rd register for push, pop, ldr, str instructions.
716 // ldr<cond> <Rd>, [pc +/- offset_12].
1016 // instructions - either mov or ldr. The mov might actually be two
1048 ldr(rd, MemOperand(pc, 0), cond);
1067 // condition code), then replace it with a 'ldr rd, [pc]'.
1076 ldr(ip, MemOperand(pc, 0), cond);
1729 ldr(ip, MemOperand(pc, 0), cond);
1743 void Assembler::ldr(Register dst, const MemOperand& src, Condition cond) {
3326 // ldr rd, [pc, #0]