commit | bb09b540c46431c7181a85b7c5de21383af8d840 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Feb 26 10:09:44 2023 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 13 06:44:37 2023 -0700 |
tree | 0a9378a487a0b18be9b8297f4eb4a2bd33cbc946 | |
parent | 4b01ff2561a346570525c084ec71e0a3c3bb5c45 [diff] |
target/rx: Use cpu_psw_z as temp in flags computation Since PSW_Z = PSW_S, we can move that assignment to the end and use PSW_Z as a temporary while computing PSW_O. Use tcg_constant_i32 instead of tcg_const_i32. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>