aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/jalr_c.h
blob: d835b8737452a417b86423b13aa53ee3397b0798 (plain)
1
2
3
uint32_t temp = npc + SIMM;
npc = RS1;
RD = temp;