Re: [PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS to decodetree

2024-05-23 Thread Peter Maydell
On Mon, 6 May 2024 at 02:07, Richard Henderson wrote: > > These are the last instructions within handle_3same_float > and disas_simd_scalar_three_reg_same_fp16 so remove them. > > Signed-off-by: Richard Henderson > --- > target/arm/tcg/a64.decode | 12 ++ > target/arm/tcg/translate-a64.c |

[PATCH 20/57] target/arm: Convert FRECPS, FRSQRTS to decodetree

2024-05-05 Thread Richard Henderson
These are the last instructions within handle_3same_float and disas_simd_scalar_three_reg_same_fp16 so remove them. Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 12 ++ target/arm/tcg/translate-a64.c | 293 - 2 files changed, 46 insertions