Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Rs

1317   // shifted. The second is Rs, the amount to shift by, and the third specifies
1323 // {11-8} = Rs
1336 unsigned Rs = MO1.getReg();
1337 if (Rs) {
1354 // Encode the shift operation Rs.
1355 // Encode Rs bit[11:8].
1357 return Binary | (CTX.getRegisterInfo()->getEncodingValue(Rs) << ARMII::RegRsShift);