On 6/14/21 8:09 AM, Peter Maydell wrote:
For MVE, we want to re-use the large data table from expand_pred_b(). Move the data table to translate.c so it is no longer in an SVE
vec_helper.c not translate.c.
specific source file. Signed-off-by: Peter Maydell<[email protected]> --- target/arm/vec_internal.h | 3 ++ target/arm/sve_helper.c | 103 ++------------------------------------ target/arm/vec_helper.c | 102 +++++++++++++++++++++++++++++++++++++ 3 files changed, 109 insertions(+), 99 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
