aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwcvt_f_x_v.h
blob: ab5d8256d7c82d8496ff3b2823873653cd2506e3 (plain)
1
2
3
4
5
6
7
// vfwcvt.f.x.v vd, vs2, vm
VI_VFP_LOOP_BASE
  VI_CHECK_DSS(false);
  auto vs2 = P.VU.elt<int32_t>(rs2_num, i);
  P.VU.elt<float64_t>(rd_num, i) = i32_to_f64(vs2);
  set_fp_exceptions;
VI_VFP_LOOP_WIDE_END