OSDN Git Service

target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Jun 2020 09:32:25 +0000 (10:32 +0100)
commitf5b28401200ec95ba89552df3ecdcdc342f6b90b
treead0f605cf1bfd9b4170cf20c728ecce56f6238ef
parent0fa1ab0302badabc3581aefcbb2f189ef52c4985
target/arm: Convert Neon 3-reg-diff VABAL, VABDL to decodetree

Convert the Neon 3-reg-diff insns VABAL and VABDL to decodetree.
Like almost all the remaining insns in this group, these are
a combination of a two-input operation which returns a double width
result and then a possible accumulation of that double width
result into the destination.

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
target/arm/translate.h