aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfcvt_f_x_v.h
blob: d094c1400162f24b32d5fde3ddab90eab859b5fc (plain)
1
2
3
4
5
6
7
// vfcvt.f.x.v vd, vd2, vm
VI_VFP_CVT_INT_TO_FP(
  { vd = i32_to_f16(vs2); }, // BODY16
  { vd = i32_to_f32(vs2); }, // BODY32
  { vd = i64_to_f64(vs2); }, // BODY64
  int                        // sign
)