target/mips: Use OPC_MUL instead of OPC__MXU_MUL
commitde5af7c5e64addc0eb89cde3cc6b0ece0225a73e
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 18 Feb 2021 09:19:27 +0000 (18 10:19 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:42:52 +0000 (13 23:42 +0100)
tree4424951d86ec5f8ea788ebd84c17fcb3423f38aa
parent965eb74bb597d4f43dbefa85244891d67634a818
target/mips: Use OPC_MUL instead of OPC__MXU_MUL

We already have a macro and definition to extract / check
the Special2 MUL opcode. Use it instead of the unnecessary
OPC__MXU_MUL macro.

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