Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching defs:Rs

1300   // shifted. The second is Rs, the amount to shift by, and the third specifies
1306 // {11-8} = Rs
1319 unsigned Rs = MO1.getReg();
1320 if (Rs) {
1337 // Encode the shift operation Rs.
1338 // Encode Rs bit[11:8].
1340 return Binary | (CTX.getRegisterInfo()->getEncodingValue(Rs) << ARMII::RegRsShift);