Re: [Qemu-devel] [PATCH v2 5/6] target-ppc: implement xxextractuw instruction

2016-12-11 Thread David Gibson
On Fri, Dec 09, 2016 at 05:47:24PM +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 | 21 + > target-ppc/translate/vsx

[Qemu-devel] [PATCH v2 5/6] target-ppc: implement xxextractuw instruction

2016-12-09 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 | 21 + target-ppc/translate/vsx-impl.inc.c | 27 +++ target-ppc/translate/vsx-ops.inc.c