qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 26/34] target/arm: Implement MVE saturating doubling


From: Richard Henderson
Subject: Re: [PATCH for-6.2 26/34] target/arm: Implement MVE saturating doubling multiply accumulates
Date: Wed, 21 Jul 2021 12:07:04 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/13/21 3:37 AM, Peter Maydell wrote:
Implement the MVE saturating doubling multiply accumulate insns
VQDMLAH, VQRDMLAH, VQDMLASH and VQRDMLASH.  These perform a multiply,
double, add the accumulator shifted by the element size, possibly
round, saturate to twice the element size, then take the high half of
the result.  The *MLAH insns do vector * scalar + vector, and the
*MLASH insns do vector * vector + scalar.

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

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

r~



reply via email to

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