aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfcvt_xu_f_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfcvt_xu_f_v.h')
-rw-r--r--riscv/insns/vfcvt_xu_f_v.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/vfcvt_xu_f_v.h b/riscv/insns/vfcvt_xu_f_v.h
index 5f19f90..febe8e2 100644
--- a/riscv/insns/vfcvt_xu_f_v.h
+++ b/riscv/insns/vfcvt_xu_f_v.h
@@ -1,6 +1,9 @@
// vfcvt.xu.f.v vd, vd2, vm
VI_VFP_VV_LOOP
({
+ P.VU.elt<uint32_t>(rd_num, i) = f16_to_ui32(vs2, STATE.frm, true);
+},
+{
P.VU.elt<uint32_t>(rd_num, i) = f32_to_ui32(vs2, STATE.frm, true);
},
{