Searched defs:Vfma (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 6854 void Vfma( in Vfma() function 6865 void Vfma(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vfma() function 6869 void Vfma( in Vfma() function 6880 void Vfma(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vfma() function 6884 void Vfma( in Vfma() function 6895 void Vfma(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in Vfma() function 10536 void Vfma(Condition cond, VRegister rd, VRegister rn, VRegister rm) { in Vfma() function 10546 void Vfma(VRegister rd, VRegister rn, VRegister rm) { Vfma(al, rd, rn, rm); } in Vfma() function
|