target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetree
commitdd5697b2f90c3c6aa4a97b247aa70635914a6041
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 26 Nov 2020 10:54:30 +0000 (26 11:54 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree965242f73874a96489637ec5e1e528662df20535
parent9a7372e35491fc4c8f0bb20359dda87626bdf831
target/mips: Convert Rel6 LWLE/LWRE/SWLE/SWRE opcodes to decodetree

LWLE/LWRE/SWLE/SWRE (EVA) 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-11-f4bug@amsat.org>
target/mips/mips32r6.decode
target/mips/translate.c