aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfcvt_f_xu_v.h
blob: 64dbb1c119e044bf2eaa82a8fde39aabdc438367 (plain)
1
2
3
4
5
6
7
// vfcvt.f.xu.v vd, vd2, vm
VI_VFP_CVT_INT_TO_FP(
  { vd = ui32_to_f16(vs2); }, // BODY16
  { vd = ui32_to_f32(vs2); }, // BODY32
  { vd = ui64_to_f64(vs2); }, // BODY64
  uint                        // sign
)