Home | History | Annotate | Download | only in aarch32

Lines Matching defs:stmfd

11277 void Assembler::stmfd(Condition cond,
11284 // STMFD{<c>}{<q>} <Rn>{!}, <registers> ; T1
11295 // STMFD{<c>}{<q>} <Rn>{!}, <registers> ; A1
11303 Delegate(kStmfd, &Assembler::stmfd, cond, rn, write_back, registers);