Re: [PATCH 16/57] target/arm: Convert FNMUL to decodetree

2024-05-23 Thread Peter Maydell
On Mon, 6 May 2024 at 02:06, Richard Henderson wrote: > > This is the last instruction within disas_fp_2src, > so remove that and its subroutines. > > Signed-off-by: Richard Henderson > --- > target/arm/tcg/a64.decode | 1 + > target/arm/tcg/translate-a64.c | 177

[PATCH 16/57] target/arm: Convert FNMUL to decodetree

2024-05-05 Thread Richard Henderson
This is the last instruction within disas_fp_2src, so remove that and its subroutines. Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 1 + target/arm/tcg/translate-a64.c | 177 + 2 files changed, 27 insertions(+), 151 deletions(-) diff