On 1/24/25 08:28, Peter Maydell wrote:
Handle the FPCR.AH "don't negate the sign of a NaN" semantics fro the
SVE FMLS (vector) insns, by providing new helpers for the AH=1 case
which end up passing fpcr_ah = true to the do_fmla_zpzzz_* functions
that do the work.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  target/arm/tcg/helper-sve.h    |  21 ++++++
  target/arm/tcg/sve_helper.c    | 114 +++++++++++++++++++++++++++------
  target/arm/tcg/translate-sve.c |  18 ++++--
  3 files changed, 126 insertions(+), 27 deletions(-)

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

r~

Reply via email to