aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vsll_vx.h
blob: 823510b2c5124d58b1ec6cd349d0ff14421499ba (plain)
1
2
3
4
5
// vsll
VI_VX_LOOP
({
  vd = vs2 << (rs1 & (sew - 1));
})