[sim, pk, xcc, opcodes] great instruction renaming of 2011
[riscv-isa-sim.git] / riscv / insns / fcvt_d_w.h
1 require_fp;
2 softfloat_roundingMode = RM;
3 FRD = i32_to_f64(RS1);
4 set_fp_exceptions;