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

2020-06-25 Thread Richard Henderson
On 6/25/20 10:00 AM, Lijun Pan wrote: > vmulhsw: Vector Multiply High Signed Word > vmulhuw: Vector Multiply High Unsigned Word > > Signed-off-by: Lijun Pan > --- > v3: inline the helper_vmulh{su}w multiply directly instead of using macro > > target/ppc/helper.h | 2 ++ > targe

[PATCH v3 5/8] target/ppc: add vmulh{su}w instructions

2020-06-25 Thread Lijun Pan
vmulhsw: Vector Multiply High Signed Word vmulhuw: Vector Multiply High Unsigned Word Signed-off-by: Lijun Pan --- v3: inline the helper_vmulh{su}w multiply directly instead of using macro target/ppc/helper.h | 2 ++ target/ppc/int_helper.c | 19 +++