commit | d3c2b2b3664e33f058adcd662410262ed18402a1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Feb 26 10:52:48 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 06:44:37 2023 -0700 |
tree | 8153217df1d915066d8a3df2a2082527fb7ce792 | |
parent | 5bd9790ebc32f24a424ca8cc3f541c2045142791 [diff] |
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>