Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:Rs

1166   // shifted. The second is Rs, the amount to shift by, and the third specifies
1172 // {11-8} = Rs
1185 unsigned Rs = MO1.getReg();
1186 if (Rs) {
1203 // Encode the shift operation Rs.
1204 // Encode Rs bit[11:8].
1206 return Binary | (CTX.getRegisterInfo()->getEncodingValue(Rs) << ARMII::RegRsShift);