Re: [PATCH v3 3/8] target/ppc: convert vmuluwm to tcg_gen_gvec_mul

2020-06-25 Thread Richard Henderson
On 6/25/20 10:00 AM, Lijun Pan wrote: > Convert the original implementation of vmuluwm to the more generic > tcg_gen_gvec_mul. > > Signed-off-by: Lijun Pan > --- > v3: newly introduced. > > target/ppc/helper.h | 1 - > target/ppc/int_helper.c | 13 - > t

[PATCH v3 3/8] target/ppc: convert vmuluwm to tcg_gen_gvec_mul

2020-06-25 Thread Lijun Pan
Convert the original implementation of vmuluwm to the more generic tcg_gen_gvec_mul. Signed-off-by: Lijun Pan --- v3: newly introduced. target/ppc/helper.h | 1 - target/ppc/int_helper.c | 13 - target/ppc/translate/vmx-impl.inc.c | 2 +- 3 files change