aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmvnfr_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmvnfr_v.h')
-rw-r--r--riscv/insns/vmvnfr_v.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/riscv/insns/vmvnfr_v.h b/riscv/insns/vmvnfr_v.h
index f6dc2c0..9c52810 100644
--- a/riscv/insns/vmvnfr_v.h
+++ b/riscv/insns/vmvnfr_v.h
@@ -1,6 +1,5 @@
-// vmv1r.v vd, vs2
-require_vector_novtype(true, true);
-const reg_t baseAddr = RS1;
+// vmv<nf>r.v vd, vs2
+require_vector(true);
const reg_t vd = insn.rd();
const reg_t vs2 = insn.rs2();
const reg_t len = insn.rs1() + 1;