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<[email protected]>
---
  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 <[email protected]>

r~

Reply via email to