Re: [PATCH v3 33/51] target/arm: Implement SME integer outer product

2022-06-24 Thread Peter Maydell
On Mon, 20 Jun 2022 at 19:29, Richard Henderson wrote: > > This is SMOPA, SUMOPA, USMOPA_s, UMOPA, for both Int8 and Int16. > > Signed-off-by: Richard Henderson > --- > target/arm/helper-sme.h| 16 > target/arm/sme.decode | 10 + > target/arm/sme_helper.c| 82

[PATCH v3 33/51] target/arm: Implement SME integer outer product

2022-06-20 Thread Richard Henderson
This is SMOPA, SUMOPA, USMOPA_s, UMOPA, for both Int8 and Int16. Signed-off-by: Richard Henderson --- target/arm/helper-sme.h| 16 target/arm/sme.decode | 10 + target/arm/sme_helper.c| 82 ++ target/arm/translate-sme.c | 14 +++