]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Use float_status in helper_fcvtx_f64_to_f32
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)
commiteec2584d3c03006131696fb343aebf48c696e804
tree9023676b02818f65a31d7d38b90bce86324e523c
parent1db3b63b5ca7fb4780f8aaf4bb4f6b717218ef10
target/arm: Use float_status in helper_fcvtx_f64_to_f32

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-2-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/helper-a64.c
target/arm/tcg/helper-a64.h
target/arm/tcg/translate-a64.c