aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/vmsgtu_vx.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/vmsgtu_vx.h')
-rw-r--r--riscv/insns/vmsgtu_vx.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/riscv/insns/vmsgtu_vx.h b/riscv/insns/vmsgtu_vx.h
new file mode 100644
index 0000000..7f39800
--- /dev/null
+++ b/riscv/insns/vmsgtu_vx.h
@@ -0,0 +1,5 @@
+// vsgtu.vx vd, vs2, rs1
+VI_VX_ULOOP_CMP
+({
+ res = vs2 > rs1;
+})