Rotate register right.
Rt = Ra >> #n
This instruction rotates a general purpose register right the number of bits specified by an immediate constant and places the result in a general purpose register. This instruction will not cause any exceptions.
Opcode7 | Ra5 | Rt5 | Imm6 | Reserved5 | Func4 |
3 | Ra5 | Rt5 | Imm6 | ---- | 4 |
RORI R4,R5,#33