Re: [PATCH 64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector)

2025-01-26 Thread Richard Henderson
On 1/24/25 08:28, Peter Maydell wrote: Handle the FPCR.AH "don't negate the sign of a NaN" semantics in FMLS (vector), by implementing a new set of helpers for the AH=1 case. Signed-off-by: Peter Maydell --- target/arm/helper.h| 4 target/arm/tcg/translate-a64.c | 7 ++-

[PATCH 64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector)

2025-01-24 Thread Peter Maydell
Handle the FPCR.AH "don't negate the sign of a NaN" semantics in FMLS (vector), by implementing a new set of helpers for the AH=1 case. Signed-off-by: Peter Maydell --- target/arm/helper.h| 4 target/arm/tcg/translate-a64.c | 7 ++- target/arm/tcg/vec_helper.c| 25