RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM.

include/
    PR 27348
    * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
This commit is contained in:
Nelson Chu 2021-02-05 11:12:59 +08:00
parent cb4ff67af3
commit 5f40035fb8
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
PR 27348
* opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM.
2021-02-05 Nelson Chu <nelson.chu@sifive.com>
PR 27348

View File

@ -223,8 +223,6 @@ static const char * const riscv_pred_succ[16] =
#define OP_MASK_RL 0x1
#define OP_SH_RL 25
#define OP_MASK_CUSTOM_IMM 0x7fU
#define OP_SH_CUSTOM_IMM 25
#define OP_MASK_CSR 0xfffU
#define OP_SH_CSR 20