]> Git Repo - qemu.git/commit - target/arm/vec_helper.c
target/arm: Convert PMUL.8 to gvec
authorRichard Henderson <[email protected]>
Sun, 16 Feb 2020 21:42:30 +0000 (13:42 -0800)
committerPeter Maydell <[email protected]>
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 <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20200216214232[email protected]
Signed-off-by: Peter Maydell <[email protected]>
target/arm/helper.h
target/arm/neon_helper.c
target/arm/translate-a64.c
target/arm/translate.c
target/arm/vec_helper.c
This page took 0.026189 seconds and 4 git commands to generate.