Home | History | Annotate | Download | only in aarch64

Lines Matching full:sxtb

757   void sxtb(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 7); }