qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH v4 8/9] target-ppc: add lxvb16x instruction


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

On 09/27/2016 10:31 PM, Nikunj A Dadhania wrote:
> lxvb16x: Load VSX Vector Byte*16
> 
> Little/Big-endian Storage
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |F0|F1|F2|F3|F4|F5|F6|F7|E0|E1|E2|E3|E4|E5|E6|E7|
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> 
> Vector load results in:
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> |F0|F1|F2|F3|F4|F5|F6|F7|E0|E1|E2|E3|E4|E5|E6|E7|
> +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
> 
> Signed-off-by: Nikunj A Dadhania <address@hidden>
> ---
>  target-ppc/translate/vsx-impl.inc.c | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)


Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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