On 11/27/2016 11:56 PM, Nikunj A Dadhania wrote:
> From: Avinesh Kumar <avine...@linux.vnet.ibm.com>
> 
> vextublx: Vector Extract Unsigned Byte Left
> vextuhlx: Vector Extract Unsigned Halfword Left
> vextuwlx: Vector Extract Unsigned Word Left
> vextubrx: Vector Extract Unsigned Byte Right-Indexed VX-form
> vextuhrx: Vector Extract Unsigned  Halfword Right-Indexed VX-form
> vextuwrx: Vector Extract Unsigned Word Right-Indexed VX-form
> 
> Signed-off-by: Avinesh Kumar <avine...@linux.vnet.ibm.com>
> Signed-off-by: Hariharan T.S. <h...@linux.vnet.ibm.com>
> [ implement using int128_rshift ]
> Signed-off-by: Nikunj A Dadhania <nik...@linux.vnet.ibm.com>
> ---
> 
> v3:
> * Add the missing int128_getlo in the routine
> ---
>  target-ppc/cpu.h                    |  2 ++
>  target-ppc/helper.h                 |  6 ++++++
>  target-ppc/int_helper.c             | 36 ++++++++++++++++++++++++++++++++++++
>  target-ppc/translate/vmx-impl.inc.c | 23 +++++++++++++++++++++++
>  target-ppc/translate/vmx-ops.inc.c  |  8 ++++++--
>  5 files changed, 73 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to