]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:28 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:28 +0000 (10:32 +0100)
commit77e576a9281825fc170f3b3af83f47e110549b5c
tree2112e00240a510fbed48faffe754efcb1e498e13
parentaa318f5b9b4ab3b6744b5305dd8ae9b96676f20e
target/arm: Convert Neon 2-reg-scalar long multiplies to decodetree

Convert the Neon 2-reg-scalar long multiplies to decodetree.
These are the last instructions in the group.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
target/arm/neon-dp.decode
target/arm/translate-neon.inc.c
target/arm/translate.c