OSDN Git Service

target/arm: Implement MVE VMLA
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 13 Aug 2021 16:11:54 +0000 (17:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 25 Aug 2021 09:48:50 +0000 (10:48 +0100)
commitc69e34c6debfb567f6118b59e6efa96a20765dda
tree8359a746705096083497a7780976137d786cb7eb
parentf0ffff5163cb503de236fc766121601592f08744
target/arm: Implement MVE VMLA

Implement the MVE VMLA insn, which multiplies a vector by a scalar
and accumulates into another vector.

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