target-ppc: Add VSX ISA2.06 xtsqrt Instructions
authorTom Musta <tommusta@gmail.com>
Thu, 2 Jan 2014 22:21:28 +0000 (16:21 -0600)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:30 +0000 (03:06 +0100)
commit5cb151acb18ab247f1e7c703e242b430551e3129
tree7e59b1dffc8955648c52de41d6ea373823968118
parentbc80838f86375c420d37c6c20e6a9098904932ce
target-ppc: Add VSX ISA2.06 xtsqrt Instructions

This patch adds the VSX floating point test for software square
root instructions defined by V2.06 of the PowerPC ISA: xstsqrtdp,
xvtsqrtdp, xvtsqrtsp.

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