aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vfmst.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vfmst.h')
-rw-r--r--riscv/insns/vfmst.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/riscv/insns/vfmst.h b/riscv/insns/vfmst.h
deleted file mode 100644
index 20fa123..0000000
--- a/riscv/insns/vfmst.h
+++ /dev/null
@@ -1,4 +0,0 @@
-require_vector;
-require_fp;
-demand(0 <= RS2 && RS2 < MAX_UTS, "ut not in range!");
-UT_FRD(RS2) = FRS1;