aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmul_vx.h
blob: 8d683902764537158109c009d3f468c7fb9e91f6 (plain)
1
2
3
4
5
// vmul vd, vs2, rs1
VI_VX_LOOP
({
  vd = vs2 * rs1;
})