target/hppa: Squash d for pa1.x during decode
commit82d0c831ceff6ae03c4ccc865999a7231972df2e
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 26 Mar 2024 02:33:50 +0000 (25 16:33 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 27 Mar 2024 22:15:25 +0000 (27 12:15 -1000)
treeab99255c2764a14b92c1f9f65ac85d3c13bc3ad9
parent46bb3d467cbb5227db6d70d1835a0852cd3eafd2
target/hppa: Squash d for pa1.x during decode

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.

Tested-by: Helge Deller <deller@gmx.de>
Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/insns.decode
target/hppa/translate.c