Home | History | Annotate | Download | only in aarch32

Lines Matching full:fldmiax

4030 void Assembler::fldmiax(Condition cond,
4037 // FLDMIAX{<c>}{<q>} <Rn>{!}, <dreglist> ; T1
4050 // FLDMIAX{<c>}{<q>} <Rn>{!}, <dreglist> ; A1
4062 Delegate(kFldmiax, &Assembler::fldmiax, cond, rn, write_back, dreglist);