Re: [PATCH v4 04/11] target/ppc: convert vmuluwm to tcg_gen_gvec_mul

2020-07-08 Thread David Gibson
On Wed, Jul 01, 2020 at 06:43:39PM -0500, Lijun Pan wrote: > Convert the original implementation of vmuluwm to the more generic > tcg_gen_gvec_mul. > > Signed-off-by: Lijun Pan Applied to ppc-for-5.2. > --- > Reviewed-by: Richard Henderson > v3: newly introduced > > target/ppc/helper.h

[PATCH v4 04/11] target/ppc: convert vmuluwm to tcg_gen_gvec_mul

2020-07-01 Thread Lijun Pan
Convert the original implementation of vmuluwm to the more generic tcg_gen_gvec_mul. Signed-off-by: Lijun Pan --- Reviewed-by: Richard Henderson v3: newly introduced target/ppc/helper.h | 1 - target/ppc/int_helper.c | 13 - target/ppc/translate/vmx-imp