]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/hppa: Fix addition '</<=' conditions
authorSven Schnelle <svens@stackframe.org>
Tue, 12 Feb 2019 01:12:54 +0000 (17:12 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Feb 2019 16:59:21 +0000 (08:59 -0800)
commitb47a4a02908d31a2a24b5eddcae021c58d33df32
treeaac6b2474545df650185e2ac2ca0559ff078d735
parentdf0232fe3d9203e1ac9d6d5b03b6e9b31ab1a72f
target/hppa: Fix addition '</<=' conditions

These conditions include the signed overflow bit.  See page 5-3
of the Parisc 1.1 Architecture Reference Manual for details.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
[rth: More changes for c == 3, to compute (N^V)|Z properly.]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c