target-ppc: Correct VSX FP to Integer Conversion
commitd1dec5ef550802f76ffb8cdec50e6d50467e877e
authorTom Musta <tommusta@gmail.com>
Mon, 31 Mar 2014 21:04:02 +0000 (31 16:04 -0500)
committerAlexander Graf <agraf@suse.de>
Tue, 8 Apr 2014 09:20:03 +0000 (8 11:20 +0200)
treeeee614496179cfa6c117ed9486b38f6a814f6997
parent6bbad7a91efe49b080391a45bc6305449050465a
target-ppc: Correct VSX FP to Integer Conversion

This patch corrects the VSX floating point to integer conversion
instructions by using the endian correct accessors.  The auxiliary
"j" index used by the existing macros is now obsolete and is removed.

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