aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vxor_vi.h
blob: b2dcf946dcf41fde028dcd7315333cc74f47696e (plain)
1
2
3
4
5
// vxor
VI_VI_LOOP
({
  vd = simm5 ^ vs2;
})