target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()
commit2234528618e49d27b85fab4389f393de0fe8ca98
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 24 Feb 2021 17:51:00 +0000 (24 18:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:42:53 +0000 (13 23:42 +0100)
tree52cfc341ab199ba4ed737aae487bdc67b55417c1
parentde5af7c5e64addc0eb89cde3cc6b0ece0225a73e
target/mips: Move MUL opcode check from decode_mxu() to decode_legacy()

Move the check for MUL opcode from decode_opc_mxu() callee
to decode_opc_legacy() caller, so we can simplify the ifdef'ry
and elide the call in few commits.

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