[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH for-9.0 0/3] target/hppa: Fix DCOR, UADDCM conditions
From: |
Richard Henderson |
Subject: |
[PATCH for-9.0 0/3] target/hppa: Fix DCOR, UADDCM conditions |
Date: |
Sun, 24 Mar 2024 17:04:45 -1000 |
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
- [PATCH for-9.0 0/3] target/hppa: Fix DCOR, UADDCM conditions,
Richard Henderson <=