commit | 6dcd51ccf6815578bd34ea64a33a1eda9cc324e5 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Sat Feb 01 16:39:47 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 11 16:22:07 2025 +0000 |
tree | 3ad775118370e4b8f56768ed06f88325c9bda35c | |
parent | 51330e58480b05cd39a9b913be9f83a0530471cb [diff] |
target/arm: Handle FPCR.AH in SVE FTSSEL 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> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>