Home | History | Annotate | Download | only in aarch32

Lines Matching full:sxth

11636 void Assembler::sxth(Condition cond,
11646 // SXTH{<c>}{<q>} {<Rd>}, <Rm> ; T1
11657 // SXTH{<c>}{<q>} {<Rd>}, <Rm> {, ROR #<amount> } ; T2
11667 // SXTH{<c>}{<q>} {<Rd>}, <Rm> {, ROR #<amount> } ; A1
11677 Delegate(kSxth, &Assembler::sxth, cond, size, rd, operand);