target/mips: Convert Rel6 LLD/SCD opcodes to decodetree
commit1ff668dde2378fb74a4ce590df8b4c5b2a735833
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 26 Nov 2020 10:56:39 +0000 (26 11:56 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree242dd8af493708e322782d7601ad64a913174e8d
parent13a839cf48a9cc5eb274021b74cad81976210c7a
target/mips: Convert Rel6 LLD/SCD opcodes to decodetree

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201208203704.243704-13-f4bug@amsat.org>
target/mips/mips64r6.decode
target/mips/translate.c