Lines Matching full:sxth
960 // CMN, CMP, MOV, MOVS, MVN, MVNS, SXTB, SXTH, TST, UXTB, UXTH
4800 void Sxth(Condition cond, Register rd, const Operand& operand) {
4807 sxth(cond, rd, operand);
4809 void Sxth(Register rd, const Operand& operand) { Sxth(al, rd, operand); }