qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-ppc] [PATCH v5 6/9] target-ppc: add lxvh8x instruction


From: Richard Henderson
Subject: Re: [Qemu-ppc] [PATCH v5 6/9] target-ppc: add lxvh8x instruction
Date: Wed, 28 Sep 2016 13:22:49 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 09/28/2016 11:41 AM, Nikunj A Dadhania wrote:
> lxvh8x:  Load VSX Vector Halfword*8
> 
> Big-Endian Storage
> +-------+-------+-------+-------+-------+-------+-------+-------+
> | 00 01 | 10 11 | 20 21 | 30 31 | 40 41 | 50 51 | 60 61 | 70 71 |
> +-------+-------+-------+-------+-------+-------+-------+-------+
> 
> Little-Endian Storage
> +-------+-------+-------+-------+-------+-------+-------+-------+
> | 01 00 | 11 10 | 21 20 | 31 30 | 41 40 | 51 50 | 61 60 | 71 70 |
> +-------+-------+-------+-------+-------+-------+-------+-------+
> 
> Vector load results in:
> +-------+-------+-------+-------+-------+-------+-------+-------+
> | 00 01 | 10 11 | 20 21 | 30 31 | 40 41 | 50 51 | 60 61 | 70 71 |
> +-------+-------+-------+-------+-------+-------+-------+-------+
> 
> Signed-off-by: Nikunj A Dadhania <address@hidden>
> ---
>  target-ppc/translate/vsx-impl.inc.c | 49 
> +++++++++++++++++++++++++++++++++++++
>  target-ppc/translate/vsx-ops.inc.c  |  1 +
>  2 files changed, 50 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]