]> xenbits.xensource.com Git - qemu-xen.git/commit
target/arm: Implement MVE VQSHL (vector)
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:16 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Jun 2021 13:58:47 +0000 (14:58 +0100)
commit483da6613937ea34fbf4b970668021dd76e46636
treea4381019b4907b88a761aa491ac548c88eeb6719
parentf741707bb36f7281ceccbdc0c44dcce61fbe1023
target/arm: Implement MVE VQSHL (vector)

Implement the MVE VQSHL insn (encoding T4, which is the
vector-shift-by-vector version).

The DO_SQSHL_OP and DO_UQSHL_OP macros here are derived from
the neon_helper.c code for qshl_u{8,16,32} and qshl_s{8,16,32}.

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