diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-08-13 17:11:52 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-25 10:48:49 +0100 |
commit | 1b15a97d4cf99efdd60e60e0bfd2d185174ab0eb (patch) | |
tree | 3346a99e00c8a31495c0200d6e5d2a9ffd3b7352 /Kconfig | |
parent | 6b895bf8fb088a04a91714a555d2b6234cf1e98d (diff) | |
download | qemu-1b15a97d4cf99efdd60e60e0bfd2d185174ab0eb.zip qemu-1b15a97d4cf99efdd60e60e0bfd2d185174ab0eb.tar.gz qemu-1b15a97d4cf99efdd60e60e0bfd2d185174ab0eb.tar.bz2 |
target/arm: Implement MVE shift-by-scalar
Implement the MVE instructions which perform shifts by a scalar.
These are VSHL T2, VRSHL T2, VQSHL T1 and VQRSHL T2. They take the
shift amount in a general purpose register and shift every element in
the vector by that amount.
Mostly we can reuse the helper functions for shift-by-immediate; we
do need two new helpers for VQRSHL.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions