OSDN Git Service

target/arm: Implement MVE VMLSLDAV
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:04 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:51 +0000 (17:12 +0100)
commit181cd97143629a304f75acf894ca79b26bf32378
tree668b7780fad7e7ad6737a6a0b429b055ad04351c
parent1d2386f70a0cb2ad9c5fab2cf1eedb80bb5b313d
target/arm: Implement MVE VMLSLDAV

Implement the MVE insn VMLSLDAV, which multiplies source elements,
alternately adding and subtracting them, and accumulates into a
64-bit result in a pair of general purpose registers.

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