Lines Matching refs:vldr
4723 void vldr(Condition cond, DataType dt, DRegister rd, Location* location);
4729 void vldr(DataType dt, DRegister rd, Location* location) {
4730 vldr(al, dt, rd, location);
4732 void vldr(DRegister rd, Location* location) {
4733 vldr(al, Untyped64, rd, location);
4735 void vldr(Condition cond, DRegister rd, Location* location) {
4736 vldr(cond, Untyped64, rd, location);
4739 void vldr(Condition cond,
4743 void vldr(DataType dt, DRegister rd, const MemOperand& operand) {
4744 vldr(al, dt, rd, operand);
4746 void vldr(DRegister rd, const MemOperand& operand) {
4747 vldr(al, Untyped64, rd, operand);
4749 void vldr(Condition cond, DRegister rd, const MemOperand& operand) {
4750 vldr(cond, Untyped64, rd, operand);
4753 void vldr(Condition cond, DataType dt, SRegister rd, Location* location);
4759 void vldr(DataType dt, SRegister rd, Location* location) {
4760 vldr(al, dt, rd, location);
4762 void vldr(SRegister rd, Location* location) {
4763 vldr(al, Untyped32, rd, location);
4765 void vldr(Condition cond, SRegister rd, Location* location) {
4766 vldr(cond, Untyped32, rd, location);
4769 void vldr(Condition cond,
4773 void vldr(DataType dt, SRegister rd, const MemOperand& operand) {
4774 vldr(al, dt, rd, operand);
4776 void vldr(SRegister rd, const MemOperand& operand) {
4777 vldr(al, Untyped32, rd, operand);
4779 void vldr(Condition cond, SRegister rd, const MemOperand& operand) {
4780 vldr(cond, Untyped32, rd, operand);