target/arm: Convert SQDMULH, SQRDMULH to decodetree
commitf80701cb44d334766a7c0e3b560044c1e5c52cc7
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 May 2024 20:30:42 +0000 (28 13:30 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 May 2024 14:24:41 +0000 (30 15:24 +0100)
tree51afe497eb1f9dfdb240d41c6fdb271709045ef3
parent8f81dced5d9ce4bb537be4cf17f615e6ddd6b625
target/arm: Convert SQDMULH, SQRDMULH to decodetree

These are the last instructions within disas_simd_three_reg_same
and disas_simd_scalar_three_reg_same, so remove them.

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