OSDN Git Service

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

This patch adds the VSX floating point square root instructions
defined by V2.06 of the PowerPC ISA: xssqrtdp, xvsqrtdp, xvsqrtsp.

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