diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-03-09 07:52:59 -0800 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-03-12 12:40:10 +0000 |
commit | 8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e (patch) | |
tree | 7f2914eaa2ffc4604f0ddbf326e6246d7dd4e644 /hw/display/framebuffer.c | |
parent | 226e6c046c0fce8da32575aad020ca56a5a8064d (diff) | |
download | qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.zip qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.tar.gz qemu-8e7fefed1bdcc0f7e722ccf2a2fc2b4f79fe725e.tar.bz2 |
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 'hw/display/framebuffer.c')
0 files changed, 0 insertions, 0 deletions