The ROR instruction can only handle immediates between 1 and 31. The
would-be encoding for ROR #0 is actually the RRX instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
F5.1.160 ROR (immediate) ROR{<c>}{<q>} {<Rd>,} <Rm>, #<imm> <imm> For encoding T3: is the shift amount, in the range 1 to 31, encoded in the "imm3:imm2" field.