]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-tricore: fix DVINIT_HU/BU calculating overflow before result
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Thu, 19 Mar 2015 15:36:14 +0000 (15:36 +0000)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Tue, 24 Mar 2015 08:45:28 +0000 (09:45 +0100)
commit2b9d09bb3c44de934de03864d56ddd8a38ed863a
tree11272944b07a88d2e4458a1b4dac9f7c7f508162
parent30a0d72f949fc46e54a180cf703e89b6d3df157d
target-tricore: fix DVINIT_HU/BU calculating overflow before result

dvinit_hu/bu for ISA v1.3 calculate the higher part of the result, that is needed
for the overflow bits, after calculating the overflow bits.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
target-tricore/translate.c