target/arm: Convert Neon narrowing shifts with op==8 to decodetree
commit712182d340e33c2ce86143f25fb2f04ae23d90de
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:16 +0000 (22 15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:10 +0000 (5 17:23 +0100)
tree6c389017e941c1e4247845e9548baca33474e081
parent37bfce81b10450071193c8495a07f182ec652e2a
target/arm: Convert Neon narrowing shifts with op==8 to decodetree

Convert the Neon narrowing shifts where op==8 to decodetree:
 * VSHRN
 * VRSHRN
 * VQSHRUN
 * VQRSHRUN

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