Re: [Qemu-devel] [PATCH v1 5/9] target-ppc: implement xxextractuw instruction

2016-12-08 Thread David Gibson
On Wed, Dec 07, 2016 at 11:54:58PM +0530, Nikunj A Dadhania wrote: > xxextractuw: VSX Vector Extract Unsigned Word > > Signed-off-by: Nikunj A Dadhania > --- > target-ppc/helper.h | 1 + > target-ppc/int_helper.c | 31

[Qemu-devel] [PATCH v1 5/9] target-ppc: implement xxextractuw instruction

2016-12-07 Thread Nikunj A Dadhania
xxextractuw: VSX Vector Extract Unsigned Word Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 31 +++ target-ppc/translate/vsx-impl.inc.c | 27