OSDN Git Service

target/mips: Convert Rel6 Special2 opcode to decodetree
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 24 Nov 2020 14:17:25 +0000 (15:17 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 14 Jan 2021 16:13:53 +0000 (17:13 +0100)
commitaac357ec895bfb97b6edca999d91f49b5de5049a
tree8d34d20a2c544235397520b7f081b6b3603daea3
parent0e9524af2dd55bee8e10896a8579b29b7746efca
target/mips: Convert Rel6 Special2 opcode to decodetree

Special2 opcode have been removed from the Release 6.

Add a single decodetree entry for all the opcode class,
triggering Reserved Instruction if ever used.

Remove unreachable check_insn_opc_removed() call.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201208203704.243704-7-f4bug@amsat.org>
target/mips/mips32r6.decode
target/mips/rel6_translate.c
target/mips/translate.c