Reorganized directory structure
[riscv-isa-sim.git] / riscv / insns / jalr.h
1 uint32_t temp = npc;
2 npc = RS;
3 RD = temp;