Sparc: fix carry flag handling (Solaris bootblk fix)
commit3e6ba503400c34cbe0f9ad6e289921688bf303a3
authorArtyom Tarasenko <atar4qemu@gmail.com>
Wed, 4 Nov 2009 19:38:26 +0000 (4 19:38 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 4 Nov 2009 19:38:26 +0000 (4 19:38 +0000)
tree0bfb80cad7b80cb90f1cf387c569b469e49f3f70
parent2d7adea4fe57a12f3b9f4b4761db2a90cb54173a
Sparc: fix carry flag handling (Solaris bootblk fix)

The page 108 of the SPARC Version 8 Architecture Manual describes
that addcc and addxcc shall compute carry flag the same way.
The page 110 claims the same about subcc and subxcc instructions.
This patch fixes carry computation in corner cases and removes redundant code.
The most visible effect of the patch is enabling Solaris boot when using OBP.

Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
[blauwirbel@gmail.com: cleaned up formatting]
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/op_helper.c