target/mips: Pass instruction opcode to decode_opc_mxu()
commit965eb74bb597d4f43dbefa85244891d67634a818
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 18 Feb 2021 08:41:43 +0000 (18 09:41 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Mar 2021 22:42:50 +0000 (13 23:42 +0100)
treee6a4b899ac34ebb94f6d7d3e018fe5162d0a0194
parent21d66ead6a7577ad7d6699a4ff99d231a5cfa0b0
target/mips: Pass instruction opcode to decode_opc_mxu()

In the next commit we'll make decode_opc_mxu() match decodetree
prototype by returning a boolean. First pass ctx->opcode as an
argument.

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