aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vlxh_v.h
blob: 9f4c3a1c76b248ebf461409773ce3063496ea0ab (plain)
1
2
3
4
5
// vlxh.v and vlxseg[2-8]h.v
require(P.VU.vsew >= e16);
require((insn.rs2() & (P.VU.vlmul - 1)) == 0);
VI_DUPLICATE_VREG(insn.rs2(), P.VU.vlmax);
VI_LD(index[i], fn, int16, 2);