Re: [PATCH 33/67] target/arm: Convert handle_fmov to decodetree

2024-12-06 Thread Peter Maydell
On Sun, 1 Dec 2024 at 15:08, Richard Henderson wrote: > > Remove disas_fp_int_conv and disas_data_proc_fp as these > were the last insns decoded by those functions. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 33/67] target/arm: Convert handle_fmov to decodetree

2024-12-01 Thread Richard Henderson
Remove disas_fp_int_conv and disas_data_proc_fp as these were the last insns decoded by those functions. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 232 ++--- target/arm/tcg/a64.decode | 14 ++ 2 files changed, 86 insertions(+), 160 de