aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vlxw_v.h
blob: c1117a2c9e91da686d12dc9d5e5ca2c1a3967a1b (plain)
1
2
3
4
5
6
// vlxw.v and vlxseg[2-8]w.v
require(P.VU.vsew >= e32);
require((insn.rs2() & (P.VU.vlmul - 1)) == 0);
VI_DUPLICATE_VREG(insn.rs2(), P.VU.vlmax);
VI_LD(index[i], fn, int32, 4);