[PATCH for-9.0 0/3] target/hppa: Fix DCOR, UADDCM conditions

Richard Henderson posted 3 patches 1 month ago
Failed in applying to current master (apply log)
target/hppa/translate.c | 240 ++++++++++++++++++++++------------------
1 file changed, 132 insertions(+), 108 deletions(-)
[PATCH for-9.0 0/3] target/hppa: Fix DCOR, UADDCM conditions
Posted by Richard Henderson 1 month ago
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