aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vlxei64_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vlxei64_v.h')
-rw-r--r--riscv/insns/vlxei64_v.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/riscv/insns/vlxei64_v.h b/riscv/insns/vlxei64_v.h
index 0d04405..067224e 100644
--- a/riscv/insns/vlxei64_v.h
+++ b/riscv/insns/vlxei64_v.h
@@ -1,24 +1,3 @@
// vlxei64.v and vlxseg[2-8]ei64.v
-VI_DUPLICATE_VREG(insn.rs2(), e64);
+VI_LD_INDEX(e64, true);
-switch(P.VU.vsew) {
- case e8: {
- VI_LD_INDEX(index[i], fn, int8, true);
- }
- break;
- case e16: {
- VI_LD_INDEX(index[i], fn, int16, true);
- }
- break;
- case e32: {
- VI_LD_INDEX(index[i], fn, int32, true);
- }
- break;
- case e64: {
- VI_LD_INDEX(index[i], fn, int64, true);
- }
- break;
- default:
- require(0);
- break;
-};