mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
RISC-V: PR27348, Remove obsolete Xcustom support.
include/ PR 27348 * opcode/riscv-opc.h: Remove obsolete Xcustom support.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
|
||||
|
||||
PR 27348
|
||||
* opcode/riscv-opc.h: Remove obsolete Xcustom support.
|
||||
|
||||
2021-01-27 Nick Alcock <nick.alcock@oracle.com>
|
||||
|
||||
* ctf-api.h (ECTF_NONAME): New.
|
||||
|
@ -549,54 +549,6 @@
|
||||
#define MASK_C_LDSP 0xe003
|
||||
#define MATCH_C_SDSP 0xe002
|
||||
#define MASK_C_SDSP 0xe003
|
||||
#define MATCH_CUSTOM0 0xb
|
||||
#define MASK_CUSTOM0 0x707f
|
||||
#define MATCH_CUSTOM0_RS1 0x200b
|
||||
#define MASK_CUSTOM0_RS1 0x707f
|
||||
#define MATCH_CUSTOM0_RS1_RS2 0x300b
|
||||
#define MASK_CUSTOM0_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM0_RD 0x400b
|
||||
#define MASK_CUSTOM0_RD 0x707f
|
||||
#define MATCH_CUSTOM0_RD_RS1 0x600b
|
||||
#define MASK_CUSTOM0_RD_RS1 0x707f
|
||||
#define MATCH_CUSTOM0_RD_RS1_RS2 0x700b
|
||||
#define MASK_CUSTOM0_RD_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM1 0x2b
|
||||
#define MASK_CUSTOM1 0x707f
|
||||
#define MATCH_CUSTOM1_RS1 0x202b
|
||||
#define MASK_CUSTOM1_RS1 0x707f
|
||||
#define MATCH_CUSTOM1_RS1_RS2 0x302b
|
||||
#define MASK_CUSTOM1_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM1_RD 0x402b
|
||||
#define MASK_CUSTOM1_RD 0x707f
|
||||
#define MATCH_CUSTOM1_RD_RS1 0x602b
|
||||
#define MASK_CUSTOM1_RD_RS1 0x707f
|
||||
#define MATCH_CUSTOM1_RD_RS1_RS2 0x702b
|
||||
#define MASK_CUSTOM1_RD_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM2 0x5b
|
||||
#define MASK_CUSTOM2 0x707f
|
||||
#define MATCH_CUSTOM2_RS1 0x205b
|
||||
#define MASK_CUSTOM2_RS1 0x707f
|
||||
#define MATCH_CUSTOM2_RS1_RS2 0x305b
|
||||
#define MASK_CUSTOM2_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM2_RD 0x405b
|
||||
#define MASK_CUSTOM2_RD 0x707f
|
||||
#define MATCH_CUSTOM2_RD_RS1 0x605b
|
||||
#define MASK_CUSTOM2_RD_RS1 0x707f
|
||||
#define MATCH_CUSTOM2_RD_RS1_RS2 0x705b
|
||||
#define MASK_CUSTOM2_RD_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM3 0x7b
|
||||
#define MASK_CUSTOM3 0x707f
|
||||
#define MATCH_CUSTOM3_RS1 0x207b
|
||||
#define MASK_CUSTOM3_RS1 0x707f
|
||||
#define MATCH_CUSTOM3_RS1_RS2 0x307b
|
||||
#define MASK_CUSTOM3_RS1_RS2 0x707f
|
||||
#define MATCH_CUSTOM3_RD 0x407b
|
||||
#define MASK_CUSTOM3_RD 0x707f
|
||||
#define MATCH_CUSTOM3_RD_RS1 0x607b
|
||||
#define MASK_CUSTOM3_RD_RS1 0x707f
|
||||
#define MATCH_CUSTOM3_RD_RS1_RS2 0x707b
|
||||
#define MASK_CUSTOM3_RD_RS1_RS2 0x707f
|
||||
/* Privileged CSR addresses. */
|
||||
#define CSR_USTATUS 0x0
|
||||
#define CSR_UIE 0x4
|
||||
@ -1106,30 +1058,6 @@ DECLARE_INSN(c_sd, MATCH_C_SD, MASK_C_SD)
|
||||
DECLARE_INSN(c_addiw, MATCH_C_ADDIW, MASK_C_ADDIW)
|
||||
DECLARE_INSN(c_ldsp, MATCH_C_LDSP, MASK_C_LDSP)
|
||||
DECLARE_INSN(c_sdsp, MATCH_C_SDSP, MASK_C_SDSP)
|
||||
DECLARE_INSN(custom0, MATCH_CUSTOM0, MASK_CUSTOM0)
|
||||
DECLARE_INSN(custom0_rs1, MATCH_CUSTOM0_RS1, MASK_CUSTOM0_RS1)
|
||||
DECLARE_INSN(custom0_rs1_rs2, MATCH_CUSTOM0_RS1_RS2, MASK_CUSTOM0_RS1_RS2)
|
||||
DECLARE_INSN(custom0_rd, MATCH_CUSTOM0_RD, MASK_CUSTOM0_RD)
|
||||
DECLARE_INSN(custom0_rd_rs1, MATCH_CUSTOM0_RD_RS1, MASK_CUSTOM0_RD_RS1)
|
||||
DECLARE_INSN(custom0_rd_rs1_rs2, MATCH_CUSTOM0_RD_RS1_RS2, MASK_CUSTOM0_RD_RS1_RS2)
|
||||
DECLARE_INSN(custom1, MATCH_CUSTOM1, MASK_CUSTOM1)
|
||||
DECLARE_INSN(custom1_rs1, MATCH_CUSTOM1_RS1, MASK_CUSTOM1_RS1)
|
||||
DECLARE_INSN(custom1_rs1_rs2, MATCH_CUSTOM1_RS1_RS2, MASK_CUSTOM1_RS1_RS2)
|
||||
DECLARE_INSN(custom1_rd, MATCH_CUSTOM1_RD, MASK_CUSTOM1_RD)
|
||||
DECLARE_INSN(custom1_rd_rs1, MATCH_CUSTOM1_RD_RS1, MASK_CUSTOM1_RD_RS1)
|
||||
DECLARE_INSN(custom1_rd_rs1_rs2, MATCH_CUSTOM1_RD_RS1_RS2, MASK_CUSTOM1_RD_RS1_RS2)
|
||||
DECLARE_INSN(custom2, MATCH_CUSTOM2, MASK_CUSTOM2)
|
||||
DECLARE_INSN(custom2_rs1, MATCH_CUSTOM2_RS1, MASK_CUSTOM2_RS1)
|
||||
DECLARE_INSN(custom2_rs1_rs2, MATCH_CUSTOM2_RS1_RS2, MASK_CUSTOM2_RS1_RS2)
|
||||
DECLARE_INSN(custom2_rd, MATCH_CUSTOM2_RD, MASK_CUSTOM2_RD)
|
||||
DECLARE_INSN(custom2_rd_rs1, MATCH_CUSTOM2_RD_RS1, MASK_CUSTOM2_RD_RS1)
|
||||
DECLARE_INSN(custom2_rd_rs1_rs2, MATCH_CUSTOM2_RD_RS1_RS2, MASK_CUSTOM2_RD_RS1_RS2)
|
||||
DECLARE_INSN(custom3, MATCH_CUSTOM3, MASK_CUSTOM3)
|
||||
DECLARE_INSN(custom3_rs1, MATCH_CUSTOM3_RS1, MASK_CUSTOM3_RS1)
|
||||
DECLARE_INSN(custom3_rs1_rs2, MATCH_CUSTOM3_RS1_RS2, MASK_CUSTOM3_RS1_RS2)
|
||||
DECLARE_INSN(custom3_rd, MATCH_CUSTOM3_RD, MASK_CUSTOM3_RD)
|
||||
DECLARE_INSN(custom3_rd_rs1, MATCH_CUSTOM3_RD_RS1, MASK_CUSTOM3_RD_RS1)
|
||||
DECLARE_INSN(custom3_rd_rs1_rs2, MATCH_CUSTOM3_RD_RS1_RS2, MASK_CUSTOM3_RD_RS1_RS2)
|
||||
#endif /* DECLARE_INSN */
|
||||
#ifdef DECLARE_CSR
|
||||
/* Privileged CSRs. */
|
||||
|
Reference in New Issue
Block a user