OSDN Git Service

target-tricore: fix msub32_q producing the wrong overflow bit
authorBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Fri, 22 May 2015 10:15:57 +0000 (12:15 +0200)
committerBastian Koppelmann <kbastian@mail.uni-paderborn.de>
Sat, 30 May 2015 14:49:17 +0000 (16:49 +0200)
commit9bbd4843c052a0a467c7a3363046b0c95c0e5fc0
tree58e22548b474e49b9a3038be7c1755af02851ba1
parent05b6ca9bbcaede74120050aa8e6684300c09257c
target-tricore: fix msub32_q producing the wrong overflow bit

The inversion of the overflow bit as a special case, which was needed for the
madd32_q instructions, does not apply for msub32_q instructions. So remove it.

Signed-off-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Message-Id: <1432289758-6250-3-git-send-email-kbastian@mail.uni-paderborn.de>
target-tricore/translate.c