aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/urcrsa16.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/urcrsa16.h')
-rw-r--r--riscv/insns/urcrsa16.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscv/insns/urcrsa16.h b/riscv/insns/urcrsa16.h
deleted file mode 100644
index a890990..0000000
--- a/riscv/insns/urcrsa16.h
+++ /dev/null
@@ -1,5 +0,0 @@
-P_CROSS_ULOOP(16, {
- pd = (ps1 - ps2) >> 1;
-}, {
- pd = (ps1 + ps2) >> 1;
-})