qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 26/45] target/arm: Implement fp16 for VCEQ, VCGE, VCGT com


From: Richard Henderson
Subject: Re: [PATCH v2 26/45] target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons
Date: Fri, 28 Aug 2020 13:45:16 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

On 8/28/20 11:33 AM, Peter Maydell wrote:
> Convert the Neon floating-point vector comparison ops VCEQ,
> VCGE and VCGT over to using a gvec helper and use this to
> implement the fp16 case.
> 
> (We put the float16_ceq() etc functions above the DO_2OP()
> macro definition because later when we convert the
> compare-against-zero instructions we'll want their
> definitions to be visible at that point in the source file.)
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
>  target/arm/helper.h             |  9 +++++++
>  target/arm/vec_helper.c         | 44 +++++++++++++++++++++++++++++++++
>  target/arm/translate-neon.c.inc |  6 ++---
>  3 files changed, 56 insertions(+), 3 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~




reply via email to

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