]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use float_status in helper_vfp_fcvt{ds,sd}
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Dec 2024 15:05:42 +0000 (15:05 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2024 15:05:42 +0000 (15:05 +0000)
commit1660866e2c8ab994748ad03e12296ac83a407b10
tree11f766a968f0d5a0d51a85acb952eab1a4c9695b
parenteec2584d3c03006131696fb343aebf48c696e804
target/arm: Use float_status in helper_vfp_fcvt{ds,sd}

Pass float_status not env to match other functions.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20241206031952.78776-3-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