diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2020-11-05 09:11:26 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2020-11-10 11:03:48 +0000 |
commit | 604cef3e57eaeeef77074d78f6cf2eca1be11c62 (patch) | |
tree | deba4511b93c41a6e9f63c6a3509e578e91c3f5a /ui | |
parent | bec3c97e0cf9a80f555dc056cc60b53fcd43c424 (diff) | |
download | qemu-604cef3e57eaeeef77074d78f6cf2eca1be11c62.zip qemu-604cef3e57eaeeef77074d78f6cf2eca1be11c62.tar.gz qemu-604cef3e57eaeeef77074d78f6cf2eca1be11c62.tar.bz2 |
target/arm: Fix neon VTBL/VTBX for len > 1
The helper function did not get updated when we reorganized
the vector register file for SVE. Since then, the neon dregs
are non-sequential and cannot be simply indexed.
At the same time, make the helper function operate on 64-bit
quantities so that we do not have to call it twice.
Fixes: c39c2b9043e
Reported-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMM: use aa32_vfp_dreg() rather than opencoding]
Message-id: 20201105171126.88014-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions