Lines Matching refs:Vbsl
7020 void Vbsl(
7035 void Vbsl(DataType dt, DRegister rd, DRegister rn, DRegister rm) {
7036 Vbsl(al, dt, rd, rn, rm);
7038 void Vbsl(Condition cond, DRegister rd, DRegister rn, DRegister rm) {
7039 Vbsl(cond, kDataTypeValueNone, rd, rn, rm);
7041 void Vbsl(DRegister rd, DRegister rn, DRegister rm) {
7042 Vbsl(al, kDataTypeValueNone, rd, rn, rm);
7045 void Vbsl(
7060 void Vbsl(DataType dt, QRegister rd, QRegister rn, QRegister rm) {
7061 Vbsl(al, dt, rd, rn, rm);
7063 void Vbsl(Condition cond, QRegister rd, QRegister rn, QRegister rm) {
7064 Vbsl(cond, kDataTypeValueNone, rd, rn, rm);
7066 void Vbsl(QRegister rd, QRegister rn, QRegister rm) {
7067 Vbsl(al, kDataTypeValueNone, rd, rn, rm);