]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Convert PMUL.8 to gvec
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 16 Feb 2020 21:42:30 +0000 (13:42 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 21 Feb 2020 16:07:02 +0000 (16:07 +0000)
commita21bb78e5817be3f494922e1dadd6455fe5d6318
tree8bbb8d3d8ea518af248dfed534292152ff734a27
parent87b74e8b6edd287ea2160caa0ebea725fa8f1ca1
target/arm: Convert PMUL.8 to gvec

The gvec form will be needed for implementing SVE2.

Extend the implementation to operate on uint64_t instead of uint32_t.
Use a counted inner loop instead of terminating when op1 goes to zero,
looking toward the required implementation for ARMv8.4-DIT.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200216214232.4230-3-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.h
target/arm/neon_helper.c
target/arm/translate-a64.c
target/arm/translate.c
target/arm/vec_helper.c