OSDN Git Service

target-ppc: Correct VSX Scalar Compares
authorTom Musta <tommusta@gmail.com>
Mon, 31 Mar 2014 21:04:00 +0000 (16:04 -0500)
committerAlexander Graf <agraf@suse.de>
Tue, 8 Apr 2014 09:20:03 +0000 (11:20 +0200)
commit50fc89e7b1a2837a2d92025aa2ed161d8439743b
tree070de42ef8dc91195dd351386a35af8a1d95876e
parentbcb7652e8dd185f2acc36fd2b9eb7b6dffcc8c47
target-ppc: Correct VSX Scalar Compares

This change fixes the VSX scalar compare instructions.  The existing usage of "x.f64[0]"
is changed to "x.VsrD(0)".

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