qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH for-6.2 36/53] target/arm: Implement MVE VADD (floating-point


From: Richard Henderson
Subject: Re: [PATCH for-6.2 36/53] target/arm: Implement MVE VADD (floating-point)
Date: Fri, 30 Jul 2021 09:27:01 -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 VADD (floating-point) insn.  Handling of this is
similar to the 2-operand integer insns, except that we must take care
to only update the floating point exception status if the least
significant bit of the predicate mask for each element is active.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/helper-mve.h     |  3 +++
  target/arm/translate.h      |  6 ++++++
  target/arm/mve.decode       | 10 ++++++++++
  target/arm/mve_helper.c     | 37 +++++++++++++++++++++++++++++++++++++
  target/arm/translate-mve.c  | 17 +++++++++++++++++
  target/arm/translate-neon.c |  6 ------
  6 files changed, 73 insertions(+), 6 deletions(-)

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

r~



reply via email to

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