target/arm: Convert FRECPS, FRSQRTS to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:41 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commit13db93bce56c894fb42d0bf7e45aa1db98ce8377
tree745185153c0bc6581f7caa9c64c0ee96445855f7
parent43454734c49e8289c4068f19a7f10beac6ba953c
target/arm: Convert FRECPS, FRSQRTS to decodetree

These are the last instructions within handle_3same_float
and disas_simd_scalar_three_reg_same_fp16 so remove them.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20240524232121.284515-28-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/tcg/a64.decode
target/arm/tcg/translate-a64.c