commit | 1069d8ab30cb8c06cb093b06b05f571f64248d0d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 24 16:27:28 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 28 18:40:19 2025 +0000 |
tree | f5f7f81bff5c76bd94ea80958041393174a0696d | |
parent | 75df4e86097062ce3f0926cf2c4afd837edfb286 [diff] |
target/arm: Use fp_status_a32 in vjvct helper Use fp_status_a32 in the vjcvt helper function; this is called only from the A32/T32 decoder and is not used inside a set_rmode/restore_rmode sequence. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250124162836.2332150-9-peter.maydell@linaro.org