[xcc, sim, pk, opcodes] new instruction encoding!
[riscv-isa-sim.git] / riscv / insns / sqrt_d_rm.h
1 require_fp;
2 softfloat_roundingMode = RM;
3 FRD = f64_sqrt(FRS1);
4 set_fp_exceptions;