Re: [Qemu-devel] [PATCH 6/6] target-ppc: add stxvb16x and stxvh8x

2016-08-07 Thread Richard Henderson
On 08/07/2016 11:06 PM, Nikunj A Dadhania wrote: +#define STXV(name, access, swap, type, elems) \ +void helper_##name(CPUPPCState *env, uint64_t vsr, \ + target_ulong addr) \ +{

[Qemu-devel] [PATCH 6/6] target-ppc: add stxvb16x and stxvh8x

2016-08-07 Thread Nikunj A Dadhania
stxvb16x: Store VSX Vector Byte*16 stxvh8x: Store VSX Vector Halfword*8 Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 2 ++ target-ppc/mem_helper.c | 32 target-ppc/translate/vsx-impl.inc.c |