Lines Matching defs:rd
1139 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi()
1146 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil()
1154 void asr(const Register& rd, const Register& rn, int shift) { in asr()
1160 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz()
1167 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx()
1174 void sxtb(const Register& rd, const Register& rn) { in sxtb()
1179 void sxth(const Register& rd, const Register& rn) { in sxth()
1184 void sxtw(const Register& rd, const Register& rn) { in sxtw()
1190 void lsl(const Register& rd, const Register& rn, int shift) { in lsl()
1197 void lsr(const Register& rd, const Register& rn, int shift) { in lsr()
1203 void ubfiz(const Register& rd, const Register& rn, int lsb, int width) { in ubfiz()
1210 void ubfx(const Register& rd, const Register& rn, int lsb, int width) { in ubfx()
1217 void uxtb(const Register& rd, const Register& rn) { in uxtb()
1222 void uxth(const Register& rd, const Register& rn) { in uxth()
1227 void uxtw(const Register& rd, const Register& rn) { in uxtw()
1275 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror()
1701 static Instr Rd(CPURegister rd) { in Rd()
1738 static Instr RdSP(Register rd) { in RdSP()