target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetree
commit9a7372e35491fc4c8f0bb20359dda87626bdf831
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 26 Nov 2020 10:54:56 +0000 (26 11:54 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree15719c2532cc54b81ea2a113595ee60363410342
parent6513ca15d8f4034bbc1b68a2cae4f54858fab61e
target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes to decodetree

LWL/LWR/SWL/SWR 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-10-f4bug@amsat.org>
target/mips/mips32r6.decode
target/mips/translate.c