qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 5/6] target-ppc: add vector compare not equal in


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 5/6] target-ppc: add vector compare not equal instructions
Date: Wed, 28 Sep 2016 10:01:15 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

On 09/27/2016 10:45 PM, Rajalakshmi Srinivasaraghavan wrote:
> The following vector compare not equal instructions are added from ISA 3.0.
> 
> vcmpneb - Vector Compare Not Equal Byte
> vcmpneh - Vector Compare Not Equal Halfword
> vcmpnew - Vector Compare Not Equal Word
> 
> Signed-off-by: Rajalakshmi Srinivasaraghavan <address@hidden>
> ---
>  target-ppc/helper.h                 |    6 ++++++
>  target-ppc/int_helper.c             |   31 +++++++++++++++++++------------
>  target-ppc/translate/vmx-impl.inc.c |   11 ++++++++++-
>  target-ppc/translate/vmx-ops.inc.c  |    6 +++---
>  4 files changed, 38 insertions(+), 16 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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