Lines Matching defs:Vstr
12389 void Vstr(Condition cond,
12405 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) {
12406 Vstr(al, dt, rd, operand);
12408 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) {
12409 Vstr(cond, Untyped64, rd, operand);
12411 void Vstr(DRegister rd, const MemOperand& operand) {
12412 Vstr(al, Untyped64, rd, operand);
12415 void Vstr(Condition cond,
12431 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) {
12432 Vstr(al, dt, rd, operand);
12434 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) {
12435 Vstr(cond, Untyped32, rd, operand);
12437 void Vstr(SRegister rd, const MemOperand& operand) {
12438 Vstr(al, Untyped32, rd, operand);