target-ppc: Add VSX ISA2.06 xre Instructions
commit2009227fbe868979d6a0518ef34972462f140404
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:24 +0000 (2 16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:29 +0000 (5 03:06 +0100)
tree3162cc0ebd9520a0e9e16be0f3bcdbc0a6a0891c
parent4b98eeef50c1bb619dc32bddc9d54ed03c365c5f
target-ppc: Add VSX ISA2.06 xre Instructions

This patch adds the VSX floating point reciprocal estimate instructions
defined by V2.06 of the PowerPC ISA: xsredp, xvredp, xvresp.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/fpu_helper.c
target-ppc/helper.h
target-ppc/translate.c