Re: [Qemu-devel] [PATCH v1 7/8] target-ppc: add vsrv instruction

2016-07-28 Thread Richard Henderson
On 07/28/2016 12:19 PM, Nikunj A Dadhania wrote: From: Vivek Andrew Sha Adds Vector Shift Right Variable instruction. Signed-off-by: Vivek Andrew Sha [ reverse the order of computation to avoid temporary array ] Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + ta

[Qemu-devel] [PATCH v1 7/8] target-ppc: add vsrv instruction

2016-07-27 Thread Nikunj A Dadhania
From: Vivek Andrew Sha Adds Vector Shift Right Variable instruction. Signed-off-by: Vivek Andrew Sha [ reverse the order of computation to avoid temporary array ] Signed-off-by: Nikunj A Dadhania --- target-ppc/helper.h | 1 + target-ppc/int_helper.c | 17