From 761629f197600246226b905f97e0ae62a82ff6af Mon Sep 17 00:00:00 2001 From: marcfedorow Date: Mon, 9 Aug 2021 02:12:41 +0300 Subject: Removed SWAP16 encoding and implementation header. (#766) SWAP16 is an alias to PKBT16 since p-spec v0.9.3. --- riscv/encoding.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'riscv/encoding.h') 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) -- cgit v1.1