Searched hist:"881 d1073d0f83d9a07e5ea3ff444e1bef9679a7c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | diff 881d1073d0f83d9a07e5ea3ff444e1bef9679a7c Tue Nov 07 15:32:36 CST 2023 Helge Deller <deller@gmx.de> target/hppa: Mask reserved PSW bits in expand_sm_imm
The system mask is a restricted subset of the psw, with only a couple of reserved bits. It is better to handle this up front in the translator than require helper_swap_system_mask to use cpu_hppa_get_psw and cpu_hppa_put_psw.
Signed-off-by: Helge Deller <deller@gmx.de> [rth: Handle this in expand_sm_imm not helper_swap_system_mask.] Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|