Lines Matching defs:rd
1374 void bfi(const Register& rd, const Register& rn, int lsb, int width) { in bfi()
1381 void bfxil(const Register& rd, const Register& rn, int lsb, int width) { in bfxil()
1389 void asr(const Register& rd, const Register& rn, int shift) { in asr()
1395 void sbfiz(const Register& rd, const Register& rn, int lsb, int width) { in sbfiz()
1402 void sbfx(const Register& rd, const Register& rn, int lsb, int width) { in sbfx()
1409 void sxtb(const Register& rd, const Register& rn) { in sxtb()
1414 void sxth(const Register& rd, const Register& rn) { in sxth()
1419 void sxtw(const Register& rd, const Register& rn) { in sxtw()
1425 void lsl(const Register& rd, const Register& rn, int shift) { in lsl()
1432 void lsr(const Register& rd, const Register& rn, int shift) { in lsr()
1438 void ubfiz(const Register& rd, const Register& rn, int lsb, int width) { in ubfiz()
1445 void ubfx(const Register& rd, const Register& rn, int lsb, int width) { in ubfx()
1452 void uxtb(const Register& rd, const Register& rn) { in uxtb()
1457 void uxth(const Register& rd, const Register& rn) { in uxth()
1462 void uxtw(const Register& rd, const Register& rn) { in uxtw()
1510 void ror(const Register& rd, const Register& rs, unsigned shift) { in ror()
2877 static Instr Rd(CPURegister rd) { in Rd()
2920 static Instr RdSP(Register rd) { in RdSP()