From 5f40035fb87b3a98a5834e4fed1e7e9c1f7807e5 Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Fri, 5 Feb 2021 11:12:59 +0800 Subject: RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM. include/ PR 27348 * opcode/riscv.h: Remove obsolete OP_*CUSTOM_IMM. --- include/opcode/riscv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/opcode') diff --git a/include/opcode/riscv.h b/include/opcode/riscv.h index ab8b717..5432e6c 100644 --- a/include/opcode/riscv.h +++ b/include/opcode/riscv.h @@ -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 -- cgit v1.1