target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetree
commit13a839cf48a9cc5eb274021b74cad81976210c7a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 26 Nov 2020 10:56:15 +0000 (26 11:56 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
treec09135a1971b6a4f3a0945ddd6c99b9c9abb1f52
parentdd5697b2f90c3c6aa4a97b247aa70635914a6041
target/mips: Convert Rel6 LDL/LDR/SDL/SDR opcodes to decodetree

LDL/LDR/SDL/SDR 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-12-f4bug@amsat.org>
target/mips/mips64r6.decode
target/mips/translate.c