|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v2 06/34] target/arm: Introduce CPUARMState.vfp.fp_status[] |
Date: | Wed, 29 Jan 2025 18:34:04 +0100 |
User-agent: | Mozilla Thunderbird |
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. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- target/arm/cpu.h | 119 +++++++++++++++++++++---------------- target/arm/tcg/translate.h | 64 +------------------- 2 files changed, 70 insertions(+), 113 deletions(-)
Nice. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |