Re: [Qemu-devel] [PATCH 08/13] target-ppc: implement xxinsertw instruction

2016-12-05 Thread Richard Henderson
On 12/05/2016 03:25 AM, Nikunj A Dadhania wrote: > xxinsertw: VSX Vector Insert Word > > Signed-off-by: Nikunj A Dadhania > --- > target-ppc/helper.h | 1 + > target-ppc/int_helper.c | 30 ++ > target-ppc/translate/vsx-impl.inc.c | 5 +++-

[Qemu-devel] [PATCH 08/13] target-ppc: implement xxinsertw instruction

2016-12-05 Thread Nikunj A Dadhania
xxinsertw: VSX Vector Insert Word Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 30 ++ target-ppc/translate/vsx-impl.inc.c | 5 +++-- target-ppc/translate/vsx-ops.inc.c | 1 + 4 files changed,