target/arm: Convert Neon 'load/store single structure' to decodetree
commit123ce4e3daba26b760b472687e1fb1ad82cf1993
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 30 Apr 2020 18:09:40 +0000 (30 19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 4 May 2020 11:57:56 +0000 (4 12:57 +0100)
tree50a4748ff827df3ff8f434bccec551c3c95b7403
parent3698747c48db871d876a398592c5a23d7580ed4a
target/arm: Convert Neon 'load/store single structure' to decodetree

Convert the Neon "load/store single structure to one lane" insns to
decodetree.

As this is the last set of insns in the neon load/store group,
we can remove the whole disas_neon_ls_insn() function.

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