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

This patch corrects the VSX integer to floating point conversion instructions
by using the endian correct accessors.  The auxiliary "j" index used by the
existing macros is now obsolete and is removed.  The JOFFSET preprocessor
macro is also obsolete and 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