Re: [PATCH 1/3] target/hppa: Squash d for pa1.x during decode

2024-03-26 Thread Helge Deller
On 3/26/24 07:44, Richard Henderson wrote: The cond_need_ext predicate was created while we still had a 32-bit compilation mode. It now makes more sense to treat D as an absolute indicator of a 64-bit operation. Signed-off-by: Richard Henderson Reviewed-by: Helge Deller Tested-by: Helge Del

[PATCH 1/3] target/hppa: Squash d for pa1.x during decode

2024-03-25 Thread Richard Henderson
The cond_need_ext predicate was created while we still had a 32-bit compilation mode. It now makes more sense to treat D as an absolute indicator of a 64-bit operation. Signed-off-by: Richard Henderson --- target/hppa/insns.decode | 20 +--- target/hppa/translate.c | 38 +++