Re: [PATCH for-6.2 25/34] target/arm: Implement MVE VMLA

2021-07-21 Thread Richard Henderson
On 7/13/21 3:37 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 --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 3 +++ target/arm/mve_helper.c| 6

[PATCH for-6.2 25/34] target/arm: Implement MVE VMLA

2021-07-13 Thread Peter Maydell
Implement the MVE VMLA insn, which multiplies a vector by a scalar and accumulates into another vector. Signed-off-by: Peter Maydell --- target/arm/helper-mve.h| 8 target/arm/mve.decode | 3 +++ target/arm/mve_helper.c| 6 ++ target/arm/translate-mve.c | 2 ++ 4 files