OSDN Git Service

target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:46 +0000 (19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (12:57 +0100)
commit0de34fd48ad4e44bf5caa2330657ebefa93cea7d
tree5a4ca57fd81cb2273911b82a97201fcaf8232404
parent7a9497f1cf73667a4744d09673b808c20e067915
target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetree

Convert the Neon VMUL, VMLA, VMLS and VSHL insns in the
3-reg-same grouping to decodetree.

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