aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfwsub_vf.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfwsub_vf.h')
-rw-r--r--riscv/insns/vfwsub_vf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/vfwsub_vf.h b/riscv/insns/vfwsub_vf.h
new file mode 100644
index 0000000..1d20c38
--- /dev/null
+++ b/riscv/insns/vfwsub_vf.h
@@ -0,0 +1,5 @@
+// vfwsub.vf vd, vs2, rs1
+VI_VFP_VF_LOOP_WIDE
+({
+ vd = f64_sub(vs2, rs1);
+})