Re: [PATCH v3 7/8] target/ppc: add vmulh{su}d instructions

2020-06-25 Thread Richard Henderson
On 6/25/20 10:00 AM, Lijun Pan wrote: > vmulhsd: Vector Multiply High Signed Doubleword > vmulhud: Vector Multiply High Unsigned Doubleword > > Signed-off-by: Lijun Pan > --- > v3: simplify helper_vmulh{su}d > > target/ppc/helper.h | 2 ++ > target/ppc/int_helper.c

[PATCH v3 7/8] target/ppc: add vmulh{su}d instructions

2020-06-25 Thread Lijun Pan
vmulhsd: Vector Multiply High Signed Doubleword vmulhud: Vector Multiply High Unsigned Doubleword Signed-off-by: Lijun Pan --- v3: simplify helper_vmulh{su}d target/ppc/helper.h | 2 ++ target/ppc/int_helper.c | 16 target/ppc/translate/vmx-impl.in