summary refs log tree commit diff stats
path: root/scripts/qapi/expr.py
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2021-08-13 17:11:47 +0100
committerPeter Maydell <peter.maydell@linaro.org>2021-08-25 10:48:48 +0100
commitc88ff88498ea95e78d5fbd192de5123c1d88f9a8 (patch)
treee0303a9ca47b3f24d7d3ec08192b2b7d162f99e9 /scripts/qapi/expr.py
parentaa29190826f2f061ed3ffad0a6cabb30eaf7f8f0 (diff)
downloadfocaccia-qemu-c88ff88498ea95e78d5fbd192de5123c1d88f9a8.tar.gz
focaccia-qemu-c88ff88498ea95e78d5fbd192de5123c1d88f9a8.zip
target/arm: Fix MVE VSLI by 0 and VSRI by <dt>
In the MVE shift-and-insert insns, we special case VSLI by 0
and VSRI by <dt>. VSRI by <dt> means "don't update the destination",
which is what we've implemented. However VSLI by 0 is "set
destination to the input", so we don't want to use the same
special-casing that we do for VSRI by <dt>.

Since the generic logic gives the right answer for a shift
by 0, just use that.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/expr.py')
0 files changed, 0 insertions, 0 deletions