Re: [PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree

2024-12-06 Thread Peter Maydell
On Sun, 1 Dec 2024 at 15:10, Richard Henderson wrote: > > Remove handle_fp_fcvt and disas_fp_1src as these were > the last insns decoded by those functions. > > Signed-off-by: Richard Henderson > --- > target/arm/tcg/translate-a64.c | 159 ++--- > target/arm/tcg/a64.d

[PATCH 30/67] target/arm: Convert FCVT (scalar) to decodetree

2024-12-01 Thread Richard Henderson
Remove handle_fp_fcvt and disas_fp_1src as these were the last insns decoded by those functions. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 159 ++--- target/arm/tcg/a64.decode | 7 ++ 2 files changed, 74 insertions(+), 92 deletions(-