]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/arm: Convert FNMUL to decodetree
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 24 May 2024 23:20:37 +0000 (16:20 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 May 2024 13:29:01 +0000 (14:29 +0100)
commit69cefabcac501c4837605ceb87b5f6527de547d7
treec754cdccb7ed5fdd4731f09eb7428199e0295175
parent21e885aff407a3d7c74408387e80e9a38fae8fbb
target/arm: Convert FNMUL to decodetree

This is the last instruction within disas_fp_2src,
so remove that and its subroutines.

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