Lines Matching full:sxtb
960 // CMN, CMP, MOV, MOVS, MVN, MVNS, SXTB, SXTH, TST, UXTB, UXTH
4778 void Sxtb(Condition cond, Register rd, const Operand& operand) {
4785 sxtb(cond, rd, operand);
4787 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); }