|
From: | Richard Henderson |
Subject: | Re: [PATCH 66/76] target/arm: Handle FPCR.AH in SVE FTSSEL |
Date: | Sun, 26 Jan 2025 05:20:18 -0800 |
User-agent: | Mozilla Thunderbird |
On 1/24/25 08:28, Peter Maydell wrote:
The negation step in the SVE FTSSEL insn mustn't negate a NaN when FPCR.AH is set. Pass FPCR.AH to the helper via the SIMD data field and use that to determine whether to do the negation. Signed-off-by: Peter Maydell<peter.maydell@linaro.org> --- target/arm/tcg/sve_helper.c | 18 +++++++++++++++--- target/arm/tcg/translate-sve.c | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |