]> git.proxmox.com Git - mirror_qemu.git/commit
target/rx: Avoid tcg_const_i32 when new temp needed
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 20:12:45 +0000 (10:12 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commit09374ee274bf41c06c64ddc4dc85a1d07cbceb0b
tree4369b717562b815495f1ff77e8d927cd944cb31e
parentbb09b540c46431c7181a85b7c5de21383af8d840
target/rx: Avoid tcg_const_i32 when new temp needed

These three cases use a constant as first input, and
then overwrite the temp in the output.  Separate them.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/rx/translate.c