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