aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vleff_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vleff_v.h')
-rw-r--r--riscv/insns/vleff_v.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/riscv/insns/vleff_v.h b/riscv/insns/vleff_v.h
deleted file mode 100644
index 09d0e58..0000000
--- a/riscv/insns/vleff_v.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// vleff.v and vleseg[2-8]ff.v
-reg_t sew = P.VU.vsew;
-
-if (sew == e8) {
- VI_LDST_FF(int, 8, true);
-} else if (sew == e16) {
- VI_LDST_FF(int, 16, true);
-} else if (sew == e32) {
- VI_LDST_FF(int, 32, true);
-} else if (sew == e64) {
- VI_LDST_FF(int, 64, true);
-}