target/ppc: convert vmuluwm to tcg_gen_gvec_mul
commita285ffa680d14cdd7a88e3d551024e6f66684cba
authorLijun Pan <ljp@linux.ibm.com>
Wed, 1 Jul 2020 23:43:39 +0000 (1 18:43 -0500)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 12 Aug 2020 03:16:27 +0000 (12 13:16 +1000)
treef8c96732c7fd692cb394f2130d303fa5498ba1f3
parent9d69cfa2faa7782ec91b9e42de3abb0a442afca8
target/ppc: convert vmuluwm to tcg_gen_gvec_mul

Convert the original implementation of vmuluwm to the more generic
tcg_gen_gvec_mul.

Signed-off-by: Lijun Pan <ljp@linux.ibm.com>
Message-Id: <20200701234344.91843-5-ljp@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/helper.h
target/ppc/int_helper.c
target/ppc/translate/vmx-impl.inc.c