commit | 2aa9656ebc26ea73c0cdb5c67409de1b9ef303c8 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jan 24 16:27:32 2025 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 28 18:40:19 2025 +0000 |
tree | fc48ecccc8dbc2b6213ee647b48eae1afca72645 | |
parent | e107a7a54e51b4f93e2fa8cff46ac5beb6cafafe [diff] |
target/arm: Remove now-unused vfp.fp_status and FPST_FPCR Now we have moved all the uses of vfp.fp_status and FPST_FPCR to either the A32 or A64 fields, we can remove these. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20250124162836.2332150-13-peter.maydell@linaro.org