aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/rstsa32.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/rstsa32.h')
-rw-r--r--riscv/insns/rstsa32.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/riscv/insns/rstsa32.h b/riscv/insns/rstsa32.h
deleted file mode 100644
index a89fc6e..0000000
--- a/riscv/insns/rstsa32.h
+++ /dev/null
@@ -1,6 +0,0 @@
-require_rv64;
-P_STRAIGHT_LOOP(32, {
- pd = ((int64_t)ps1 - ps2) >> 1;
-}, {
- pd = ((int64_t)ps1 + ps2) >> 1;
-})