target/arm: Convert FMULX to decodetree
commitcb1c77feef6578ffb7bffeed69c4d9b5f01abf03
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:32 +0000 (24 16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (28 14:29 +0100)
treed70da16e49434295d35a456842d4668f16c6c4a5
parentd6edf915c73d447a626d527fb75f43c60ebe6147
target/arm: Convert FMULX to decodetree

Convert all forms (scalar, vector, scalar indexed, vector indexed),
which allows us to remove switch table entries elsewhere.

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