Fix implementation of FMIN/FMAX NaN case
[riscv-isa-sim.git] / riscv / insns / slliw.h
1 require_rv64;
2 WRITE_RD(sext32(RS1 << SHAMT));