Two problems, both related to the reconstruction and computation of carry bits. Simplify UXOR a bit, since no carry is involved. While in the area, optimize UADDCM without condition, as that's the common case for inverting a register.
r~ Richard Henderson (3): targt/hppa: Fix DCOR reconstruction of carry bits target/hppa: Optimize UADDCM with no condition target/hppa: Fix unit carry conditions target/hppa/translate.c | 240 ++++++++++++++++++++++------------------ 1 file changed, 132 insertions(+), 108 deletions(-) -- 2.34.1