On 1/24/25 08:27, Peter Maydell wrote:
Now we have moved all the uses of vfp.fp_status_f16 and FPST_FPCR_F16 to the new 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 | 7 ------- 4 files changed, 16 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~