Home | History | Annotate | Download | only in aarch32

Lines Matching full:fldmdbx

1817   void Fldmdbx(Condition cond,
1827 fldmdbx(cond, rn, write_back, dreglist);
1829 void Fldmdbx(Register rn, WriteBack write_back, DRegisterList dreglist) {
1830 Fldmdbx(al, rn, write_back, dreglist);