|
From: | Richard Henderson |
Subject: | Re: [PATCH v3 5/8] target/ppc: add vmulh{su}w instructions |
Date: | Thu, 25 Jun 2020 11:26:27 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
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 <ljp@linux.ibm.com> > --- > v3: inline the helper_vmulh{su}w multiply directly instead of using macro > > target/ppc/helper.h | 2 ++ > target/ppc/int_helper.c | 19 +++++++++++++++++++ > target/ppc/translate/vmx-impl.inc.c | 6 ++++++ > target/ppc/translate/vmx-ops.inc.c | 4 ++-- > 4 files changed, 29 insertions(+), 2 deletions(-) Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |