]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VSHLC
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 28 Jun 2021 13:58:30 +0000 (14:58 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Jul 2021 10:48:37 +0000 (11:48 +0100)
commit2e6a4ce0f61d4be3d85a5a9e75d1fb39faa23664
tree2dd1dcfffacdb9b8d48b2374c6fe10dd69d83772
parentd6f9e011e8643fb00303e3fec24dd1e424f3f5b3
target/arm: Implement MVE VSHLC

Implement the MVE VSHLC insn, which performs a shift left of the
entire vector with carry in bits provided from a general purpose
register and carry out bits written back to that register.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210628135835.6690-14-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c