target/arm: Create gen_gvec_{qrdmla,qrdmls}
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 May 2020 16:32:41 +0000 (09:32 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 14 May 2020 14:03:08 +0000 (15:03 +0100)
commit146aa66ce58b686b8037d0eb3921c1125942dbde
tree8059a6088a434a4af0331c425a53e59c5c4edf93
parentfe6fb4beb2f9bb0afc813e565504b66a92bbf04b
target/arm: Create gen_gvec_{qrdmla,qrdmls}

Provide a functional interface for the vector expansion.
This fits better with the existing set of helpers that
we provide for other operations.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200513163245.17915-13-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c
target/arm/translate.c
target/arm/translate.h