Re: [PATCH v6 37/82] target/arm: Implement SVE2 complex integer multiply-add

2021-05-12 Thread Peter Maydell
On Fri, 30 Apr 2021 at 22:00, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > v2: Fix do_sqrdmlah_d (laurent desnogues) > --- > @@ -1448,6 +1448,48 @@ DO_SQDMLAL(sve2_sqdmlsl_zzzw_d, int64_t, int32_t, > , H1_4, > > #undef DO_SQDMLAL > > +#define DO_CMLA(NAME, TYPE, H,

[PATCH v6 37/82] target/arm: Implement SVE2 complex integer multiply-add

2021-04-30 Thread Richard Henderson
Signed-off-by: Richard Henderson --- v2: Fix do_sqrdmlah_d (laurent desnogues) --- target/arm/helper-sve.h| 18 target/arm/vec_internal.h | 5 + target/arm/sve.decode | 5 + target/arm/sve_helper.c| 42 ++ target/arm/tra