Re: [Qemu-devel] [PATCH 07/19] Add VSX ISA2.06 xdiv Instructions
On 10/24/2013 09:21 AM, Tom Musta wrote: > This patch adds the VSX floating point divide instructions defined > by V2.06 of the PowerPC ISA: xsdivdp, xvdivdp, xvdivsp. > > Signed-off-by: Tom Musta > --- Reviewed-by: Richard Henderson r~
[Qemu-devel] [PATCH 07/19] Add VSX ISA2.06 xdiv Instructions
This patch adds the VSX floating point divide instructions defined by V2.06 of the PowerPC ISA: xsdivdp, xvdivdp, xvdivsp. Signed-off-by: Tom Musta --- target-ppc/fpu_helper.c | 52 +++ target-ppc/helper.h |3 ++ target-ppc/translate.c |