]> git.proxmox.com Git - mirror_qemu.git/commit
target/sh4: Avoid tcg_const_i32 for TAS.B
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 26 Feb 2023 20:52:48 +0000 (10:52 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Mar 2023 13:44:37 +0000 (06:44 -0700)
commitd3c2b2b3664e33f058adcd662410262ed18402a1
tree8153217df1d915066d8a3df2a2082527fb7ce792
parent5bd9790ebc32f24a424ca8cc3f541c2045142791
target/sh4: Avoid tcg_const_i32 for TAS.B

Since we're assigning to cpu_sr_t in the end,
use that as the intermediate temp as well.

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