summary refs log tree commit diff stats
path: root/scripts/qapi-gen.py
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-03-09 07:52:58 -0800
committerPeter Maydell <peter.maydell@linaro.org>2021-03-12 12:40:10 +0000
commit226e6c046c0fce8da32575aad020ca56a5a8064d (patch)
treeda8f34e3670347fc9eb5e0d25fa8c237a4429e92 /scripts/qapi-gen.py
parentfe2f5cbcfc96f1db3e1a277233f52e2fd993a9e1 (diff)
downloadfocaccia-qemu-226e6c046c0fce8da32575aad020ca56a5a8064d.tar.gz
focaccia-qemu-226e6c046c0fce8da32575aad020ca56a5a8064d.zip
target/arm: Fix sve_uzp_p vs odd vector lengths
Missed out on compressing the second half of a predicate
with length vl % 512 > 256.

Adjust all of the x + (y << s) to x | (y << s) as a
general style fix.  Drop the extract64 because the input
uint64_t are known to be already zero-extended from the
current size of the predicate.

Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210309155305.11301-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/qapi-gen.py')
0 files changed, 0 insertions, 0 deletions