target/arm: Move expand_pred_b() data to vec_helper.c
commit77f96148f3f6c4106a2a3cee8146690f954fd6cd
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 14 Jun 2021 15:09:23 +0000 (14 16:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 16 Jun 2021 13:33:52 +0000 (16 14:33 +0100)
treefe1fc1a39ff7185e71cb8a7305f7dd4793eedd0a
parent6390eed45cab462320ceb4cbfc2cbd1c1552ed00
target/arm: Move expand_pred_b() data to vec_helper.c

For MVE, we want to re-use the large data table from expand_pred_b().
Move the data table to vec_helper.c so it is no longer in an SVE
specific source file.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210614151007.4545-14-peter.maydell@linaro.org
target/arm/sve_helper.c
target/arm/vec_helper.c
target/arm/vec_internal.h