Re: [Qemu-devel] [PATCH v1 2/3] target-ppc: implement vnegw/d instructions

2016-10-18 Thread Nikunj A Dadhania
David Gibson writes: > [ Unknown signature status ] > On Wed, Oct 12, 2016 at 10:38:52AM +0530, Nikunj A Dadhania wrote: >> Vector Integer Negate Instructions: >> >> vnegw: Vector Negate Word >> vnegd: Vector Negate Doubleword >> >> Signed-off-by: Nikunj A Dadhania >> --- >> target-ppc/helper

Re: [Qemu-devel] [PATCH v1 2/3] target-ppc: implement vnegw/d instructions

2016-10-12 Thread David Gibson
On Wed, Oct 12, 2016 at 10:38:52AM +0530, Nikunj A Dadhania wrote: > Vector Integer Negate Instructions: > > vnegw: Vector Negate Word > vnegd: Vector Negate Doubleword > > Signed-off-by: Nikunj A Dadhania > --- > target-ppc/helper.h | 2 ++ > target-ppc/int_helper.c

[Qemu-devel] [PATCH v1 2/3] target-ppc: implement vnegw/d instructions

2016-10-11 Thread Nikunj A Dadhania
Vector Integer Negate Instructions: vnegw: Vector Negate Word vnegd: Vector Negate Doubleword Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 2 ++ target-ppc/int_helper.c | 12 target-ppc/translate/vmx-impl.inc.c | 2 ++ target-ppc/translat