Re: [PATCH v4 08/11] target/ppc: add vmulh{su}w instructions

2020-07-13 Thread Lijun Pan
> On Jul 1, 2020, at 6:43 PM, Lijun Pan wrote: > > vmulhsw: Vector Multiply High Signed Word > vmulhuw: Vector Multiply High Unsigned Word > > Signed-off-by: Lijun Pan > --- > Reviewed-by: Richard Henderson > v3: inline the helper_vmulh{su}w multiply directly instead of using macro > v2: fi

[PATCH v4 08/11] target/ppc: add vmulh{su}w instructions

2020-07-01 Thread Lijun Pan
vmulhsw: Vector Multiply High Signed Word vmulhuw: Vector Multiply High Unsigned Word Signed-off-by: Lijun Pan --- Reviewed-by: Richard Henderson v3: inline the helper_vmulh{su}w multiply directly instead of using macro v2: fix coding style use Power ISA 3.1 flag target/ppc/helper.h