target/arm: Convert Neon 3-reg-same logic ops to decodetree
commit35a548edb6f5043386183b9f6b4139d99d1f130a
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:42 +0000 (30 19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (4 12:57 +0100)
tree22db3c1c5ca677d1979056d40d614a02cd40e518
parenta4e143ac5b9185f670d2f17ee9cc1a430047cb65
target/arm: Convert Neon 3-reg-same logic ops to decodetree

Convert the Neon logic ops in the 3-reg-same grouping to decodetree.
Note that for the logic ops the 'size' field forms part of their
decode and the actual operations are always bitwise.

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