]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Pass fpstatus to vfp_sqrt*
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2024 16:29:52 +0000 (10:29 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Dec 2024 13:39:23 +0000 (13:39 +0000)
commitcf866d81b86633bda2d60da9eca33dbeb07a78af
treef0c05b8d0201e8a98bb3ca6f787e5e184f0a43b7
parent5ee3c6c8fd8a8af1c45944d9c9794e9ec233b72e
target/arm: Pass fpstatus to vfp_sqrt*

Pass fpstatus not env, like most other fp helpers.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20241211163036.2297116-26-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/tcg/translate-a64.c
target/arm/tcg/translate-vfp.c
target/arm/vfp_helper.c