aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vand_vv.h
blob: 65558e4b6a439d1bbc179494f52e49975bece775 (plain)
1
2
3
4
5
// vand.vv vd, vs1, vs2, vm
VI_VV_LOOP
({
  vd = vs1 & vs2;
})