target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Jun 2021 12:16:05 +0000 (13:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 16:12:51 +0000 (17:12 +0100)
commit38548747335a0796ab1d636c8b5bcf5c248ce437
tree0c8ff3a04b8ee554e30d97cf6aa32e9eec82494f
parent181cd97143629a304f75acf894ca79b26bf32378
target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH

Implement the MVE VRMLALDAVH and VRMLSLDAVH insns, which accumulate
the results of a rounded multiply of pairs of elements into a 72-bit
accumulator, returning the top 64 bits 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-22-peter.maydell@linaro.org
target/arm/helper-mve.h
target/arm/mve.decode
target/arm/mve_helper.c
target/arm/translate-mve.c