[xcc] minor performance tweaks
[riscv-isa-sim.git] / riscv / insns / mtfsr.h
1 require_fp;
2 uint32_t tmp = fsr;
3 set_fsr(RS1);
4 RD = tmp;