Lines Matching refs:Vbif
6920 void Vbif(
6935 void Vbif(DataType dt, DRegister rd, DRegister rn, DRegister rm) {
6936 Vbif(al, dt, rd, rn, rm);
6938 void Vbif(Condition cond, DRegister rd, DRegister rn, DRegister rm) {
6939 Vbif(cond, kDataTypeValueNone, rd, rn, rm);
6941 void Vbif(DRegister rd, DRegister rn, DRegister rm) {
6942 Vbif(al, kDataTypeValueNone, rd, rn, rm);
6945 void Vbif(
6960 void Vbif(DataType dt, QRegister rd, QRegister rn, QRegister rm) {
6961 Vbif(al, dt, rd, rn, rm);
6963 void Vbif(Condition cond, QRegister rd, QRegister rn, QRegister rm) {
6964 Vbif(cond, kDataTypeValueNone, rd, rn, rm);
6966 void Vbif(QRegister rd, QRegister rn, QRegister rm) {
6967 Vbif(al, kDataTypeValueNone, rd, rn, rm);