]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Implement ARMv8.2-DotProd
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Jun 2018 14:11:15 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jun 2018 14:11:15 +0000 (15:11 +0100)
commit26c470a7bb4233454137de1062341ad48947f252
tree16788c140111c533c67c8f5c2b6ef470f96616e1
parent802ac0e1e956f3b34a7cb0eda4ec28a60aa87a0a
target/arm: Implement ARMv8.2-DotProd

We've already added the helpers with an SVE patch, all that remains
is to wire up the aa64 and aa32 translators.  Enable the feature
within -cpu max for CONFIG_USER_ONLY.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180627043328.11531-36-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/elfload.c
target/arm/cpu.c
target/arm/cpu.h
target/arm/cpu64.c
target/arm/translate-a64.c
target/arm/translate.c