Re: [PATCH 19/67] target/arm: Convert disas_cond_select to decodetree

2024-12-05 Thread Peter Maydell
On Sun, 1 Dec 2024 at 15:07, Richard Henderson wrote: > > This includes CSEL, CSINC, CSINV, CSNEG. Remove disas_data_proc_reg, > as these were the last insns decoded by that function. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 19/67] target/arm: Convert disas_cond_select to decodetree

2024-12-01 Thread Richard Henderson
This includes CSEL, CSINC, CSINV, CSNEG. Remove disas_data_proc_reg, as these were the last insns decoded by that function. Signed-off-by: Richard Henderson --- target/arm/tcg/translate-a64.c | 84 ++ target/arm/tcg/a64.decode | 3 ++ 2 files changed, 17 in