Lines Matching defs:Ldr
659 void Ldr(Condition cond, Register rt, RawLiteral* literal) {
682 void Ldr(Register rt, RawLiteral* literal) { Ldr(al, rt, literal); }
878 // Generic Ldr(register, data)
879 void Ldr(Condition cond, Register rt, uint32_t v) {
890 Ldr(cond, rt, literal);
893 void Ldr(Register rt, T v) {
894 Ldr(al, rt, v);
979 Ldr(dst, MemOperand(sp, offset));
2421 void Ldr(Condition cond, Register rt, const MemOperand& operand) {
2450 void Ldr(Register rt, const MemOperand& operand) { Ldr(al, rt, operand); }