Home | History | Annotate | Download | only in aarch32

Lines Matching defs:uxtb

3682   void uxtb(Condition cond,
3686 void uxtb(Register rd, const Operand& operand) {
3687 uxtb(al, Best, rd, operand);
3689 void uxtb(Condition cond, Register rd, const Operand& operand) {
3690 uxtb(cond, Best, rd, operand);
3692 void uxtb(EncodingSize size, Register rd, const Operand& operand) {
3693 uxtb(al, size, rd, operand);