[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD opcodes to decodetre
From: |
Richard Henderson |
Subject: |
Re: [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD opcodes to decodetree |
Date: |
Wed, 9 Dec 2020 08:40:05 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 12/8/20 2:37 PM, Philippe Mathieu-Daudé wrote:
> LLD/SCD opcodes have been removed from the Release 6.
> Add a single decodetree entry for the opcodes, triggering
> Reserved Instruction if ever used.
>
> Remove unreachable check_insn_opc_removed() calls.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> target/mips/isa-mips64r6.decode | 3 +++
> target/mips/translate.c | 2 --
> 2 files changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
- Re: [PATCH 07/13] target/mips: Convert Rel6 COP1X opcode to decodetree, (continued)
- [PATCH 08/13] target/mips: Convert Rel6 CACHE/PREF opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08
- [PATCH 09/13] target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08
- [PATCH 10/13] target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08
- [PATCH 11/13] target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08
- [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08
- Re: [PATCH 12/13] target/mips: Convert Rel6 LLD/SCD opcodes to decodetree,
Richard Henderson <=
- [PATCH 13/13] target/mips: Convert Rel6 LL/SC opcodes to decodetree, Philippe Mathieu-Daudé, 2020/12/08