target/mips: Convert Rel6 LL/SC opcodes to decodetree
commit27ea1bc077298ce00cde57050875c48ad1ceab7f
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 26 Nov 2020 10:59:21 +0000 (26 11:59 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (14 17:13 +0100)
tree1562c3d68eff657c5eba33cd96d368439d6c9cd9
parent1ff668dde2378fb74a4ce590df8b4c5b2a735833
target/mips: Convert Rel6 LL/SC opcodes to decodetree

LL/SC 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-14-f4bug@amsat.org>
target/mips/mips32r6.decode
target/mips/translate.c