Re: [PATCH v4 05/11] target/ppc: add vmulld instruction

2020-07-12 Thread David Gibson
On Wed, Jul 01, 2020 at 06:43:40PM -0500, Lijun Pan wrote: > vmulld: Vector Multiply Low Doubleword. > > Signed-off-by: Lijun Pan Applied to ppc-for-5.2. > --- > v4: add missing changes, and split to 5/11, 6/11, 7/11 > v3: use tcg_gen_gvec_mul() > v2: fix coding style > use Power ISA 3.1 fl

[PATCH v4 05/11] target/ppc: add vmulld instruction

2020-07-01 Thread Lijun Pan
vmulld: Vector Multiply Low Doubleword. Signed-off-by: Lijun Pan --- v4: add missing changes, and split to 5/11, 6/11, 7/11 v3: use tcg_gen_gvec_mul() v2: fix coding style use Power ISA 3.1 flag target/ppc/translate/vmx-impl.inc.c | 1 + target/ppc/translate/vmx-ops.inc.c | 4 2 files