Re: [Qemu-devel] [PATCH v1 6/9] target-ppc: implement xxinsertw instruction

2016-12-08 Thread David Gibson
On Wed, Dec 07, 2016 at 11:54:59PM +0530, Nikunj A Dadhania wrote: > xxinsertw: VSX Vector Insert Word > > Signed-off-by: Nikunj A Dadhania > Reviewed-by: Richard Henderson > --- > target-ppc/helper.h | 1 + >

[Qemu-devel] [PATCH v1 6/9] target-ppc: implement xxinsertw instruction

2016-12-07 Thread Nikunj A Dadhania
xxinsertw: VSX Vector Insert Word Signed-off-by: Nikunj A Dadhania Reviewed-by: Richard Henderson --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 30 ++