Re: [PATCH v2 06/34] target/arm: Introduce CPUARMState.vfp.fp_status[]

2025-01-29 Thread Philippe Mathieu-Daudé
On 29/1/25 02:38, Richard Henderson wrote: Move ARMFPStatusFlavour to cpu.h with which to index this array. For now, place the array in an anonymous union with the existing structures. Adjust the order of the existing structures to match the enum. Simplify fpstatus_ptr() using the new array.

[PATCH v2 06/34] target/arm: Introduce CPUARMState.vfp.fp_status[]

2025-01-28 Thread Richard Henderson
Move ARMFPStatusFlavour to cpu.h with which to index this array. For now, place the array in an anonymous union with the existing structures. Adjust the order of the existing structures to match the enum. Simplify fpstatus_ptr() using the new array. Signed-off-by: Richard Henderson --- target