Lines Matching refs:Vbsl
5776 void Vbsl( in Vbsl() function
5787 void Vbsl(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5788 Vbsl(al, dt, rd, rn, rm); in Vbsl()
5790 void Vbsl(Condition cond, DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5791 Vbsl(cond, kDataTypeValueNone, rd, rn, rm); in Vbsl()
5793 void Vbsl(DRegister rd, DRegister rn, DRegister rm) { in Vbsl() function
5794 Vbsl(al, kDataTypeValueNone, rd, rn, rm); in Vbsl()
5797 void Vbsl( in Vbsl() function
5808 void Vbsl(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vbsl() function
5809 Vbsl(al, dt, rd, rn, rm); in Vbsl()
5811 void Vbsl(Condition cond, QRegister rd, QRegister rn, QRegister rm) { in Vbsl() function
5812 Vbsl(cond, kDataTypeValueNone, rd, rn, rm); in Vbsl()
5814 void Vbsl(QRegister rd, QRegister rn, QRegister rm) { in Vbsl() function
5815 Vbsl(al, kDataTypeValueNone, rd, rn, rm); in Vbsl()