On 1/24/25 08:27, Peter Maydell wrote:
Now we have moved all the uses of vfp.fp_status and FPST_FPCR to either the A32 or A64 fields, we can remove these.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- target/arm/cpu.h | 2 -- target/arm/tcg/translate.h | 6 ------ target/arm/cpu.c | 1 - target/arm/vfp_helper.c | 8 +------- 4 files changed, 1 insertion(+), 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~