]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Implement MVE VMLALDAV
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:03 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:51 +0000 (17:12 +0100)
commit1d2386f70a0cb2ad9c5fab2cf1eedb80bb5b313d
tree5eabbdb7f2bfc57c99e83553843b8023b1b0efac
parentac6ad1dca84e39038e149c7b91adf9642e89ca70
target/arm: Implement MVE VMLALDAV

Implement the MVE VMLALDAV insn, which multiplies pairs of integer
elements, accumulating them 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-20-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c
target/arm/translate.h