Re: [PATCH v2 14/34] target/arm: Remove fp_status_a32

2025-01-29 Thread Philippe Mathieu-Daudé
On 29/1/25 02:38, Richard Henderson wrote: Replace with fp_status[FPST_A32]. As this was the last of the old structures, we can remove the anonymous union and struct. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 7 +-- target/arm/cpu.c| 2 +- target/arm/vfp_

[PATCH v2 14/34] target/arm: Remove fp_status_a32

2025-01-28 Thread Richard Henderson
Replace with fp_status[FPST_A32]. As this was the last of the old structures, we can remove the anonymous union and struct. Signed-off-by: Richard Henderson --- target/arm/cpu.h| 7 +-- target/arm/cpu.c| 2 +- target/arm/vfp_helper.c | 18 +- 3 files change