Re: [Qemu-devel] [PATCH 09/19] Add VSX ISA2.06 xsqrt Instructions

2013-10-24 Thread Richard Henderson
On 10/24/2013 09:22 AM, Tom Musta wrote: > 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 > --- Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH 09/19] Add VSX ISA2.06 xsqrt Instructions

2013-10-24 Thread Tom Musta
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 --- target-ppc/fpu_helper.c | 43 +++ target-ppc/helper.h |3 +++ target-ppc/translate.c