commit | 380caf6c0762f43a9468aeebaf4ba7e1dd8edc9a | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 17 13:16:14 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Jun 24 14:58:47 2021 +0100 |
tree | 6757d4cfa21c4db98d9166904db22bba27ff8028 | |
parent | a88903537d73b1d9728e3d824920b4d0096f10bc [diff] |
target/arm: Implement MVE VQDMULH, VQRDMULH (vector) Implement the vector forms of the MVE VQDMULH and VQRDMULH insns. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210617121628.20116-31-peter.maydell@linaro.org