OSDN Git Service

target/arm: Implement MVE VRMULH
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:15:58 +0000 (13:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:50 +0000 (17:12 +0100)
commitfca87b78f3d178518a38063498d477f5e10c5c22
tree85d9d02fbaa3eab882abe78afd01e0fe4872f249
parentba62cc56e8a0aa84337c50766d499ba4199394df
target/arm: Implement MVE VRMULH

Implement the MVE VRMULH insn, which performs a rounding multiply
and then returns the high half.

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