aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/srl8_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/srl8_u.h')
-rw-r--r--riscv/insns/srl8_u.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/riscv/insns/srl8_u.h b/riscv/insns/srl8_u.h
deleted file mode 100644
index 26415a5..0000000
--- a/riscv/insns/srl8_u.h
+++ /dev/null
@@ -1,7 +0,0 @@
-P_X_ULOOP(8, 3, {
- if (sa > 0) {
- pd = ((ps1 >> (sa - 1)) + 1) >> 1;
- } else {
- pd = ps1;
- }
-})