c.jr
Jump Register
C.JR (jump register) performs an unconditional control transfer to the address in register xs1. C.JR expands to jalr x0, 0(xs1).
Exceptions
This instruction may result in the following synchronous exceptions:
-
IllegalInstruction
-
InstructionAddressMisaligned