aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vxor_vv.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vxor_vv.h')
-rw-r--r--riscv/insns/vxor_vv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/vxor_vv.h b/riscv/insns/vxor_vv.h
new file mode 100644
index 0000000..c37b6ab
--- /dev/null
+++ b/riscv/insns/vxor_vv.h
@@ -0,0 +1,5 @@
+// vxor
+VI_VV_LOOP
+({
+ vd = vs1 ^ vs2;
+})