OSDN Git Service

target/arm: Implement MVE VMULL
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:02 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:51 +0000 (17:12 +0100)
commitac6ad1dca84e39038e149c7b91adf9642e89ca70
tree112df251c7b665916ac3dcd05bc00b92c2bb27ba
parentabc48e310cc95f616ae65ccb167019eebf7e705b
target/arm: Implement MVE VMULL

Implement the MVE VMULL insn, which multiplies two single
width integer elements to produce a double width result.

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