Lines Matching defs:rn
1132 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi()
1139 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil()
1147 void asr(const Register& rd, const Register& rn, int shift) { in asr()
1153 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz()
1160 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx()
1167 void sxtb(const Register& rd, const Register& rn) { in sxtb()
1172 void sxth(const Register& rd, const Register& rn) { in sxth()
1177 void sxtw(const Register& rd, const Register& rn) { in sxtw()
1183 void lsl(const Register& rd, const Register& rn, int shift) { in lsl()
1190 void lsr(const Register& rd, const Register& rn, int shift) { in lsr()
1196 void ubfiz(const Register& rd, const Register& rn, int lsb, int width) { in ubfiz()
1203 void ubfx(const Register& rd, const Register& rn, int lsb, int width) { in ubfx()
1210 void uxtb(const Register& rd, const Register& rn) { in uxtb()
1215 void uxth(const Register& rd, const Register& rn) { in uxth()
1220 void uxtw(const Register& rd, const Register& rn) { in uxtw()
1663 static Instr Rn(CPURegister rn) { in Rn()
1695 static Instr RnSP(Register rn) { in RnSP()