target-ppc: Fix vcmpbfp. Unordered Case
commit4007b8de6e1012675672d6e6e4fc08633b3a0023
authorTom Musta <tommusta@gmail.com>
Fri, 31 Oct 2014 16:39:54 +0000 (31 11:39 -0500)
committerAlexander Graf <agraf@suse.de>
Tue, 4 Nov 2014 22:26:15 +0000 (4 23:26 +0100)
treed40216351591b8c4d09f55d72f7be4270c5a9645
parent24e669ba531a0ffb5e5c3583bc39ff84eaeabf16
target-ppc: Fix vcmpbfp. Unordered Case

Fix the implementation of Vector Compare Bounds Single Precision.
Specifically, fix the case where the operands are unordered -- since
the result is non-zero, the CR[6] field should be set to zero.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/int_helper.c