target/mips: Use tcg_constant_i32() in gen_helper_0e2i()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 15 Aug 2021 13:51:49 +0000 (15:51 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 25 Aug 2021 11:02:14 +0000 (13:02 +0200)
commit78bdd3886577ce4f3e573685b155622e19bcca38
tree9ff7afdbcff8bda87faeb8dc6051da5209f59032
parent53152abfc148ebfb7843ef3596f4be5bc8e5eff9
target/mips: Use tcg_constant_i32() in gen_helper_0e2i()

$rt register is used read-only, so we can replace tcg_const_i32()
temporary by tcg_constant_i32().

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