target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}
commit7020ffd656a5980f4aca87e61c95d82cc4707fd6
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 25 May 2021 01:03:31 +0000 (24 18:03 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 May 2021 15:01:44 +0000 (25 16:01 +0100)
tree8d39705a0f51ddc1ad255efe80a4575a3ee352e2
parent5c57e3b9542a0bf0acd9841149817f45f1fab6f0
target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}

We're about to add more variations on this theme.
Accept the inner loop for the _h variants, rather
than keep it unrolled.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210525010358.152808-66-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/vec_helper.c