Browse Source

vmv<nf>r.v depends on vtype, and therefore should check vill

pull/1079/head
Andrew Waterman 4 years ago
parent
commit
4d515ade6e
  1. 2
      riscv/insns/vmvnfr_v.h

2
riscv/insns/vmvnfr_v.h

@ -1,5 +1,5 @@
// vmv1r.v vd, vs2
require_vector_novtype(true, true);
require_vector(true);
const reg_t baseAddr = RS1;
const reg_t vd = insn.rd();
const reg_t vs2 = insn.rs2();

Loading…
Cancel
Save