Lines Matching refs:vldr
498 // vldr dd, [pc, #offset]
743 // vldr<cond> <Dd>, [pc +/- offset_10].
2425 void Assembler::vldr(const DwVfpRegister dst, const Register base, int offset,
2461 void Assembler::vldr(const DwVfpRegister dst, const MemOperand& operand,
2470 vldr(dst, scratch, 0, cond);
2472 vldr(dst, operand.rn(), operand.offset(), cond);
2476 void Assembler::vldr(const SwVfpRegister dst, const Register base, int offset,
2510 void Assembler::vldr(const SwVfpRegister dst, const MemOperand& operand,
2518 vldr(dst, scratch, 0, cond);
2520 vldr(dst, operand.rn(), operand.offset(), cond);