target-ppc: use the softfloat float32_muladd function
commit2f93c23fe71420e5095f2fae1877fe747ad9f876
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 11 Sep 2012 08:47:12 +0000 (11 08:47 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 4 Oct 2012 13:54:17 +0000 (4 15:54 +0200)
tree2a65026bea93e2b6d356aeae7bbe3ef97cf334ce
parentdb1babb8dbb6d18433a51f1b4c3d186ea7057a6f
target-ppc: use the softfloat float32_muladd function

Use the new softfloat float32_muladd() function to implement the vmaddfp
and vnmsubfp instructions. As a bonus we can get rid of the call to the
HANDLE_NAN3 macro, as the NaN handling is directly done at the softfloat
level.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/int_helper.c