OSDN Git Service

target/hppa: Fix trans_ds for hppa64
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 16 Sep 2023 23:28:23 +0000 (16:28 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commit72ca87535e5055852c3fa5e3913c9190e0f11911
tree8695d539018f032167efd83a9132e4e4701036da
parente1d635e871f4e0dcea7ec08309509bbb82c2047c
target/hppa: Fix trans_ds for hppa64

This instruction always uses the input carry from bit 32,
but produces all 16 output carry bits.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c