On 7/29/21 1:14 AM, Peter Maydell wrote:
Implement the MVE VMLA insn, which multiplies a vector by a scalar and accumulates into another vector.Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- Changes v1->v2: don't decode U bit --- target/arm/helper-mve.h | 4 ++++ target/arm/mve.decode | 1 + target/arm/mve_helper.c | 5 +++++ target/arm/translate-mve.c | 1 + 4 files changed, 11 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~