aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/ukstas32.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/ukstas32.h')
-rw-r--r--riscv/insns/ukstas32.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/riscv/insns/ukstas32.h b/riscv/insns/ukstas32.h
deleted file mode 100644
index c734eb6..0000000
--- a/riscv/insns/ukstas32.h
+++ /dev/null
@@ -1,11 +0,0 @@
-require_vector_vs;
-require_rv64;
-P_STRAIGHT_ULOOP(32, {
- bool sat = false;
- pd = (sat_addu<uint32_t>(ps1, ps2, sat));
- P_SET_OV(sat);
-}, {
- bool sat = false;
- pd = (sat_subu<uint32_t>(ps1, ps2, sat));
- P_SET_OV(sat);
-})