qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 26/53] target/arm: Implement MVE VMLA


From: Richard Henderson
Subject: Re: [PATCH for-6.2 26/53] target/arm: Implement MVE VMLA
Date: Fri, 30 Jul 2021 09:18:19 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/29/21 1:14 AM, Peter Maydell wrote:
Implement the MVE VMLA insn, which multiplies a vector by a scalar
and accumulates into another vector.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
Changes v1->v2: don't decode U bit
---
  target/arm/helper-mve.h    | 4 ++++
  target/arm/mve.decode      | 1 +
  target/arm/mve_helper.c    | 5 +++++
  target/arm/translate-mve.c | 1 +
  4 files changed, 11 insertions(+)

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

r~



reply via email to

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