Home | History | Annotate | Download | only in aarch32

Lines Matching full:rscs

9291 void Assembler::rscs(Condition cond,
9301 // RSCS{<c>}{<q>} {<Rd>}, <Rn>, #<const> ; A1
9315 // RSCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
9330 // RSCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm>, <shift> <Rs> ; A1
9341 Delegate(kRscs, &Assembler::rscs, cond, rd, rn, operand);