summaryrefslogtreecommitdiffstats
path: root/target/ppc
diff options
context:
space:
mode:
authorRichard Henderson2021-03-09 16:52:59 +0100
committerPeter Maydell2021-03-12 13:40:10 +0100
commit8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e (patch)
tree7f2914eaa2ffc4604f0ddbf326e6246d7dd4e644 /target/ppc
parenttarget/arm: Fix sve_uzp_p vs odd vector lengths (diff)
downloadqemu-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