Lines Matching refs:Vdup
8171 void Vdup(Condition cond, DataType dt, QRegister rd, Register rt) {
8184 void Vdup(DataType dt, QRegister rd, Register rt) { Vdup(al, dt, rd, rt); }
8186 void Vdup(Condition cond, DataType dt, DRegister rd, Register rt) {
8199 void Vdup(DataType dt, DRegister rd, Register rt) { Vdup(al, dt, rd, rt); }
8201 void Vdup(Condition cond, DataType dt, DRegister rd, DRegisterLane rm) {
8214 void Vdup(DataType dt, DRegister rd, DRegisterLane rm) {
8215 Vdup(al, dt, rd, rm);
8218 void Vdup(Condition cond, DataType dt, QRegister rd, DRegisterLane rm) {
8231 void Vdup(DataType dt, QRegister rd, DRegisterLane rm) {
8232 Vdup(al, dt, rd, rm);