commit | f9ed61741e5f26ee1bb933a87669697901d9327d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jun 28 14:58:24 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jul 02 11:48:37 2021 +0100 |
tree | 09b70938bab1f07884a086122a410a798d9947a2 | |
parent | eab84139855dac258c8d89ad736f6649e3edc76a [diff] |
target/arm: Implement MVE vector shift left by immediate insns Implement the MVE shift-vector-left-by-immediate insns VSHL, VQSHL and VQSHLU. The size-and-immediate encoding here is the same as Neon, and we handle it the same way neon-dp.decode does. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210628135835.6690-8-peter.maydell@linaro.org