aboutsummaryrefslogtreecommitdiff
path: root/riscv/encoding.h
diff options
context:
space:
mode:
authormarcfedorow <mark.fedorov@cloudbear.ru>2021-08-09 02:12:41 +0300
committerGitHub <noreply@github.com>2021-08-08 16:12:41 -0700
commit761629f197600246226b905f97e0ae62a82ff6af (patch)
treee353f354d735960220245148513bb02ba30577fe /riscv/encoding.h
parenta477155179bb2b7bcda78a755c46a5490a336484 (diff)
downloadspike-761629f197600246226b905f97e0ae62a82ff6af.zip
spike-761629f197600246226b905f97e0ae62a82ff6af.tar.gz
spike-761629f197600246226b905f97e0ae62a82ff6af.tar.bz2
Removed SWAP16 encoding and implementation header. (#766)
SWAP16 is an alias to PKBT16 since p-spec v0.9.3.
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)