jalr
Jump and link register
This instruction is defined by:
Synopsis
Jump to an address formed by adding rs1 to a signed offset, and store the return address in rd.
Decode Variables
Bits<12> imm = $encoding[31:20];
Bits<5> rs1 = $encoding[19:15];
Bits<5> rd = $encoding[11:7];