target/hppa: Split PSW X and B into their own field
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 17 Apr 2024 03:23:16 +0000 (20:23 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 08:03:44 +0000 (10:03 +0200)
commitebc9401a4067fd61afea811d1d059d8ac0fc5db9
tree384df5f6ad37ce198e7db28dfe4165295c5f3c06
parentd2e22fde144ea5f32980031537a7e1bb88e8bcf1
target/hppa: Split PSW X and B into their own field

Generally, both of these bits are cleared at the end of each
instruction.  By separating these, we will be able to clear
both with a single insn, instead of 2 or 3.

Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/helper.c