Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Rs

1089   // shifted. The second is Rs, the amount to shift by, and the third specifies
1095 // {11-8} = Rs
1108 unsigned Rs = MO1.getReg();
1109 if (Rs) {
1126 // Encode the shift operation Rs.
1127 // Encode Rs bit[11:8].
1129 return Binary | (getARMRegisterNumbering(Rs) << ARMII::RegRsShift);