Re: [Qemu-devel] [V6 PATCH 17/18] target-ppc: Scalar Round to Single Precision

2014-01-10 Thread Richard Henderson
On 01/10/2014 11:08 AM, Tom Musta wrote: > This patch adds the VSX Scalar Round to Single Precision (xsrsp) > instruction. > > Signed-off-by: Tom Musta > --- > V6: New. > > target-ppc/fpu_helper.c | 17 + > target-ppc/helper.h |1 + > target-ppc/translate.c |2 ++

[Qemu-devel] [V6 PATCH 17/18] target-ppc: Scalar Round to Single Precision

2014-01-10 Thread Tom Musta
This patch adds the VSX Scalar Round to Single Precision (xsrsp) instruction. Signed-off-by: Tom Musta --- V6: New. target-ppc/fpu_helper.c | 17 + target-ppc/helper.h |1 + target-ppc/translate.c |2 ++ 3 files changed, 20 insertions(+), 0 deletions(-) diff --gi