Lines Matching refs:vstr
6011 void vstr(Condition cond,
6015 void vstr(DataType dt, DRegister rd, const MemOperand& operand) {
6016 vstr(al, dt, rd, operand);
6018 void vstr(DRegister rd, const MemOperand& operand) {
6019 vstr(al, Untyped64, rd, operand);
6021 void vstr(Condition cond, DRegister rd, const MemOperand& operand) {
6022 vstr(cond, Untyped64, rd, operand);
6025 void vstr(Condition cond,
6029 void vstr(DataType dt, SRegister rd, const MemOperand& operand) {
6030 vstr(al, dt, rd, operand);
6032 void vstr(SRegister rd, const MemOperand& operand) {
6033 vstr(al, Untyped32, rd, operand);
6035 void vstr(Condition cond, SRegister rd, const MemOperand& operand) {
6036 vstr(cond, Untyped32, rd, operand);