]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert Neon narrowing shifts with op==9 to decodetree
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 22 May 2020 14:55:17 +0000 (15:55 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Jun 2020 16:23:10 +0000 (17:23 +0100)
commitb4a3a77bb7a0dff1cc5673fe3be467d9e3635d44
tree7cd2e1cab8f4bec846167cd12d3c3bf1722e2738
parent712182d340e33c2ce86143f25fb2f04ae23d90de
target/arm: Convert Neon narrowing shifts with op==9 to decodetree

Convert the remaining Neon narrowing shifts to decodetree:
  * VQSHRN
  * VQRSHRN

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