Searched defs:Vfma (Results 1 – 1 of 1) sorted by relevance
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 6857 void Vfma( in Vfma() function 6868 void Vfma(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vfma() function 6872 void Vfma( in Vfma() function 6883 void Vfma(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vfma() function 6887 void Vfma( in Vfma() function 6898 void Vfma(DataType dt, SRegister rd, SRegister rn, SRegister rm) { in Vfma() function 10539 void Vfma(Condition cond, VRegister rd, VRegister rn, VRegister rm) { in Vfma() function 10549 void Vfma(VRegister rd, VRegister rn, VRegister rm) { Vfma(al, rd, rn, rm); } in Vfma() function
|