[Qemu-devel] [PATCH 05/19] Add VSX ISA2.06 xsub Instructions

2013-10-24 Thread Tom Musta
This patch adds the floating point subtraction instructions defined by V2.06 of the PowerPC ISA: xssubdp, xvsubdp and xvsubsp. Signed-off-by: Tom Musta tommu...@gmail.com --- target-ppc/fpu_helper.c | 46 ++ target-ppc/helper.h |3 +++

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

2013-10-24 Thread Richard Henderson
On 10/24/2013 09:20 AM, Tom Musta wrote: This patch adds the floating point subtraction instructions defined by V2.06 of the PowerPC ISA: xssubdp, xvsubdp and xvsubsp. Signed-off-by: Tom Musta tommu...@gmail.com --- Reviewed-by: Richard Henderson r...@twiddle.net r~