aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmv_v_x.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmv_v_x.h')
-rw-r--r--riscv/insns/vmv_v_x.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/vmv_v_x.h b/riscv/insns/vmv_v_x.h
new file mode 100644
index 0000000..4688b3f
--- /dev/null
+++ b/riscv/insns/vmv_v_x.h
@@ -0,0 +1,5 @@
+// vmv.v.x vd, rs1
+VI_VVXI_MERGE_LOOP
+({
+ vd = rs1;
+})