aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vlxwu_v.h
blob: d3034bdce74c58864b27b2805169e3e632e2af9e (plain)
1
2
3
4
5
// vlxwu.v and vlxseg[2-8]wu.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, uint32, 4);