OSDN Git Service

target/arm: Implement MVE VMULH
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:15:57 +0000 (13:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:50 +0000 (17:12 +0100)
commitba62cc56e8a0aa84337c50766d499ba4199394df
treee89e6ce9ec949d327bc9f9c46b222bb27af9fb57
parent9333fe4dd39709ce9898750d517568e5c2fb2e32
target/arm: Implement MVE VMULH

Implement the MVE VMULH insn, which performs a vector
multiply and returns the high half of the result.

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