aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vxor_vx.h
blob: 8021e0e851a65b47d5791de62b1b979d37e2fadc (plain)
1
2
3
4
5
// vxor
VI_VX_LOOP
({
  vd = rs1 ^ vs2;
})