Re: [PATCH 16/76] target/arm: Use FPST_FPCR_F16_A32 in A32 decoder

2025-01-25 Thread Richard Henderson
On 1/24/25 08:27, Peter Maydell wrote: In the A32 decoder, use FPST_FPCR_F16_A32 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_FP

[PATCH 16/76] target/arm: Use FPST_FPCR_F16_A32 in A32 decoder

2025-01-24 Thread Peter Maydell
In the A32 decoder, use FPST_FPCR_F16_A32 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_FPCR_F16_A32/g' target/a