Re: [Qemu-devel] [PATCH 12/13] target-ppc: implement xscpsgnqp instruction

2016-12-05 Thread Richard Henderson
On 12/05/2016 03:25 AM, Nikunj A Dadhania wrote: > xscpsgnqp: VSX Scalar Copy Sign Quad-Precision > > Signed-off-by: Nikunj A Dadhania > --- > target-ppc/translate/vsx-impl.inc.c | 12 +++- > target-ppc/translate/vsx-ops.inc.c | 1 + > 2 files changed, 12 insertions(+), 1 deletion(-)

[Qemu-devel] [PATCH 12/13] target-ppc: implement xscpsgnqp instruction

2016-12-05 Thread Nikunj A Dadhania
xscpsgnqp: VSX Scalar Copy Sign Quad-Precision Signed-off-by: Nikunj A Dadhania --- target-ppc/translate/vsx-impl.inc.c | 12 +++- target-ppc/translate/vsx-ops.inc.c | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/target-ppc/translate/vsx-impl.inc.c b/target-ppc/