Implement the MVE VMLADAV and VMLSLDAV insns. Like the VMLALDAV and
VMLSLDAV insns already implemented, these accumulate multiplied
vector elements; but they accumulate a 32-bit result rather than a
64-bit one.
Note that these encodings overlap with what would be RdaHi=0b111 for
VMLALDAV, VMLSLDAV, VRMLALDAVH and VRMLSLDAVH.
Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
target/arm/helper-mve.h | 17 ++++++++++
target/arm/mve.decode | 33 +++++++++++++++++---
target/arm/mve_helper.c | 41 ++++++++++++++++++++++++
target/arm/translate-mve.c | 64 ++++++++++++++++++++++++++++++++++++++
4 files changed, 150 insertions(+), 5 deletions(-)