mbox series

[for-9.0,0/3] target/hppa: Fix overflow computation for shladd

Message ID 20240326064405.320551-1-richard.henderson@linaro.org
Headers show
Series target/hppa: Fix overflow computation for shladd | expand

Message

Richard Henderson March 26, 2024, 6:44 a.m. UTC
These ??? notes have been there since day one.
This fixes l2diag test 59.


r~


Richard Henderson (3):
  target/hppa: Squash d for pa1.x during decode
  target/hppa: Replace c with uv in do_cond
  target/hppa: Fix overflow computation for shladd

 target/hppa/insns.decode |  20 ++++--
 target/hppa/translate.c  | 135 ++++++++++++++++++++++++++-------------
 2 files changed, 104 insertions(+), 51 deletions(-)

Comments

Helge Deller March 26, 2024, 9:54 a.m. UTC | #1
On 3/26/24 07:44, Richard Henderson wrote:
> These ??? notes have been there since day one.
> This fixes l2diag test 59.

Your patches fix the 64-bit wdiag test 66 (shladd) too.

I tested 32/64-bit Linux & 32-bit HP-UX.
No regressions.

Helge

>
> Richard Henderson (3):
>    target/hppa: Squash d for pa1.x during decode
>    target/hppa: Replace c with uv in do_cond
>    target/hppa: Fix overflow computation for shladd
>
>   target/hppa/insns.decode |  20 ++++--
>   target/hppa/translate.c  | 135 ++++++++++++++++++++++++++-------------
>   2 files changed, 104 insertions(+), 51 deletions(-)
>