Re: [Qemu-devel] [PATCH 02/14] target-ppc: Add xxinsertw instruction
On Thu, Jan 05, 2017 at 04:56:07PM +0530, Nikunj A Dadhania wrote: > xxinsertw: VSX Vector Insert Word I think this still has problems with out of bounds values. > > Signed-off-by: Nikunj A Dadhania > --- > target-ppc/helper.h | 1 + > target-ppc/int_helper.c | 25
[Qemu-devel] [PATCH 02/14] target-ppc: Add xxinsertw instruction
xxinsertw: VSX Vector Insert Word Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 25 + target-ppc/translate/vsx-impl.inc.c | 5 +++-- target-ppc/translate/vsx-ops.inc.c | 1 + 4 files changed, 30 i