OSDN Git Service

target/mips: Introduce generic TRANS() macro for decodetree helpers
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 7 Aug 2021 07:36:49 +0000 (09:36 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commitfb3164e412dac312cc472968d049ee1a074dd7d3
treead3a2675d4565e1fc4d56771b65ecc401af7c3f0
parent34fe9fa3683a7ff54315c62960eba6eeac2a36ac
target/mips: Introduce generic TRANS() macro for decodetree helpers

Plain copy/paste of the TRANS() macro introduced in the PPC
commit f2aabda8ac9 ("target/ppc: Move D/DS/X-form integer
loads to decodetree") to the MIPS target.

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210808173018.90960-2-f4bug@amsat.org>
target/mips/tcg/translate.h