aboutsummaryrefslogtreecommitdiff
path: root/riscv/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/encoding.h')
-rw-r--r--riscv/encoding.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/riscv/encoding.h b/riscv/encoding.h
index 2c331a6..d5bb5e8 100644
--- a/riscv/encoding.h
+++ b/riscv/encoding.h
@@ -2513,8 +2513,6 @@
#define MASK_SUNPKD832 0xfff0707f
#define MATCH_SWAP8 0xad800077
#define MASK_SWAP8 0xfff0707f
-#define MATCH_SWAP16 0xad900077
-#define MASK_SWAP16 0xfff0707f
#define MATCH_UCLIP8 0x8d000077
#define MASK_UCLIP8 0xff80707f
#define MATCH_UCLIP16 0x85000077
@@ -4211,7 +4209,6 @@ DECLARE_INSN(sunpkd830, MATCH_SUNPKD830, MASK_SUNPKD830)
DECLARE_INSN(sunpkd831, MATCH_SUNPKD831, MASK_SUNPKD831)
DECLARE_INSN(sunpkd832, MATCH_SUNPKD832, MASK_SUNPKD832)
DECLARE_INSN(swap8, MATCH_SWAP8, MASK_SWAP8)
-DECLARE_INSN(swap16, MATCH_SWAP16, MASK_SWAP16)
DECLARE_INSN(uclip8, MATCH_UCLIP8, MASK_UCLIP8)
DECLARE_INSN(uclip16, MATCH_UCLIP16, MASK_UCLIP16)
DECLARE_INSN(uclip32, MATCH_UCLIP32, MASK_UCLIP32)