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