Searched refs:Vbif (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 5689 void Vbif( in Vbif() function 5700 void Vbif(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vbif() function 5701 Vbif(al, dt, rd, rn, rm); in Vbif() 5703 void Vbif(Condition cond, DRegister rd, DRegister rn, DRegister rm) { in Vbif() function 5704 Vbif(cond, kDataTypeValueNone, rd, rn, rm); in Vbif() 5706 void Vbif(DRegister rd, DRegister rn, DRegister rm) { in Vbif() function 5707 Vbif(al, kDataTypeValueNone, rd, rn, rm); in Vbif() 5710 void Vbif( in Vbif() function 5721 void Vbif(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vbif() function 5722 Vbif(al, dt, rd, rn, rm); in Vbif() [all …]
|