diff options
author | Richard Henderson | 2021-03-09 16:52:59 +0100 |
---|---|---|
committer | Peter Maydell | 2021-03-12 13:40:10 +0100 |
commit | 8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e (patch) | |
tree | 7f2914eaa2ffc4604f0ddbf326e6246d7dd4e644 /target/ppc | |
parent | target/arm: Fix sve_uzp_p vs odd vector lengths (diff) | |
download | qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.tar.gz qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.tar.xz qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.zip |
target/arm: Fix sve_zip_p vs odd vector lengths
Wrote too much with low-half zip (zip1) with vl % 512 != 0.
Adjust all of the x + (y << s) to x | (y << s) as a style fix.
We only ever have exact overlap between D, M, and N. Therefore
we only need a single temporary, and we do not need to check for
partial overlap.
Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210309155305.11301-3-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'target/ppc')
0 files changed, 0 insertions, 0 deletions