On 6/7/21 9:57 AM, Peter Maydell wrote:
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.mayd...@linaro.org>
---
  target/arm/helper-mve.h    |   8 +++
  target/arm/translate.h     |  10 ++++
  target/arm/mve.decode      |  15 ++++++
  target/arm/mve_helper.c    |  32 ++++++++++++
  target/arm/translate-mve.c | 100 +++++++++++++++++++++++++++++++++++++
  5 files changed, 165 insertions(+)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to