qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 50/53] target/arm: Implement MVE VCVT with specified


From: Richard Henderson
Subject: Re: [PATCH for-6.2 50/53] target/arm: Implement MVE VCVT with specified rounding mode
Date: Fri, 30 Jul 2021 10:28:59 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/29/21 1:15 AM, Peter Maydell wrote:
Implement the MVE VCVT which converts from floating-point to integer
using a rounding mode specified by the instruction.  We implement
this similarly to the Neon equivalents, by passing the required
rounding mode as an extra integer parameter to the helper functions.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/helper-mve.h    |  5 ++++
  target/arm/mve.decode      | 10 ++++++++
  target/arm/mve_helper.c    | 38 ++++++++++++++++++++++++++++
  target/arm/translate-mve.c | 52 ++++++++++++++++++++++++++++++++++++++
  4 files changed, 105 insertions(+)

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

r~



reply via email to

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