Re: [PATCH v6 80/82] target/arm: Implement integer matrix multiply accumulate

2021-05-14 Thread Richard Henderson
On 5/13/21 2:49 PM, Peter Maydell wrote: On Fri, 30 Apr 2021 at 22:36, Richard Henderson wrote: This is {S,U,US}MMLA for both AArch64 AdvSIMD and SVE, and V{S,U,US}MMLA.S8 for AArch32 NEON. Signed-off-by: Richard Henderson --- target/arm/helper.h | 7

Re: [PATCH v6 80/82] target/arm: Implement integer matrix multiply accumulate

2021-05-13 Thread Peter Maydell
On Fri, 30 Apr 2021 at 22:36, Richard Henderson wrote: > > This is {S,U,US}MMLA for both AArch64 AdvSIMD and SVE, > and V{S,U,US}MMLA.S8 for AArch32 NEON. > > Signed-off-by: Richard Henderson > --- > target/arm/helper.h | 7 > target/arm/neon-shared.decode | 7 >

[PATCH v6 80/82] target/arm: Implement integer matrix multiply accumulate

2021-04-30 Thread Richard Henderson
This is {S,U,US}MMLA for both AArch64 AdvSIMD and SVE, and V{S,U,US}MMLA.S8 for AArch32 NEON. Signed-off-by: Richard Henderson --- target/arm/helper.h | 7 target/arm/neon-shared.decode | 7 target/arm/sve.decode | 6 +++ target/arm/translate-a64.c| 18