diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-01-24 16:27:37 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-01-28 18:40:19 +0000 |
commit | 230c2bd3f2882e007abc80d513b86770adb7b0e5 (patch) | |
tree | c80b333b5063cc51bfd375efc5130ea51d319c5e /scripts/render_block_graph.py | |
parent | e935710bc8c76c1a7a665da10fa2d5e97ea94ee1 (diff) | |
download | qemu-230c2bd3f2882e007abc80d513b86770adb7b0e5.zip qemu-230c2bd3f2882e007abc80d513b86770adb7b0e5.tar.gz qemu-230c2bd3f2882e007abc80d513b86770adb7b0e5.tar.bz2 |
target/arm: Use FPST_A64_F16 in A64 decoder
In the A32 decoder, use FPST_A64_F16 rather than FPST_FPCR_F16.
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_F16(?!_)/FPST_A64_F16/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-18-peter.maydell@linaro.org
Diffstat (limited to 'scripts/render_block_graph.py')
0 files changed, 0 insertions, 0 deletions