diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-01-24 16:27:31 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-01-28 18:40:19 +0000 |
commit | e107a7a54e51b4f93e2fa8cff46ac5beb6cafafe (patch) | |
tree | 45507355a6e509754be73122eef05005e498748e /scripts/xml-preprocess.py | |
parent | 961a8b3fb81ffd74218e44397fb14854b9793194 (diff) | |
download | qemu-e107a7a54e51b4f93e2fa8cff46ac5beb6cafafe.zip qemu-e107a7a54e51b4f93e2fa8cff46ac5beb6cafafe.tar.gz qemu-e107a7a54e51b4f93e2fa8cff46ac5beb6cafafe.tar.bz2 |
target/arm: Use FPST_A64 in A64 decoder
In the A64 decoder, use FPST_A64 rather than FPST_FPCR. By
doing an automated conversion of the whole file we avoid possibly
using more than one fpst value in a set_rmode/op/restore_rmode
sequence.
Patch created with
perl -p -i -e 's/FPST_FPCR(?!_)/FPST_A64/g' target/arm/tcg/translate-{a64,sve,sme}.c
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250124162836.2332150-12-peter.maydell@linaro.org
Diffstat (limited to 'scripts/xml-preprocess.py')
0 files changed, 0 insertions, 0 deletions