aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api/src
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-02-01 16:39:52 +0000
committerPeter Maydell <peter.maydell@linaro.org>2025-02-11 16:22:07 +0000
commit0fa4b7afd4f78ed6ec0dedffba7dc93c00ca3d83 (patch)
tree2158360e1b3dc9568f5b4065d84cc857b760b8e3 /rust/qemu-api/src
parent0b5ca769cfae0039d6a71a4dd2d28845f96c4b81 (diff)
downloadqemu-0fa4b7afd4f78ed6ec0dedffba7dc93c00ca3d83.zip
qemu-0fa4b7afd4f78ed6ec0dedffba7dc93c00ca3d83.tar.gz
qemu-0fa4b7afd4f78ed6ec0dedffba7dc93c00ca3d83.tar.bz2
target/arm: Handle FPCR.AH in FMLSL (by element and vector)
Handle FPCR.AH's requirement to not negate the sign of a NaN in FMLSL by element and vector, using the usual trick of negating by XOR when AH=0 and by muladd flags when AH=1. Since we have the CPUARMState* in the helper anyway, we can look directly at env->vfp.fpcr and don't need toa pass in the FPCR.AH value via the SIMD data word. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250129013857.135256-31-richard.henderson@linaro.org [PMM: commit message tweaked] Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions