Home | History | Annotate | Download | only in aarch32

Lines Matching full:sxtb

3528   void sxtb(Condition cond,
3532 void sxtb(Register rd, const Operand& operand) {
3533 sxtb(al, Best, rd, operand);
3535 void sxtb(Condition cond, Register rd, const Operand& operand) {
3536 sxtb(cond, Best, rd, operand);
3538 void sxtb(EncodingSize size, Register rd, const Operand& operand) {
3539 sxtb(al, size, rd, operand);