qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 13/57] target/arm: Move expand_pred_b() data to translate.


From: Richard Henderson
Subject: Re: [PATCH v2 13/57] target/arm: Move expand_pred_b() data to translate.c
Date: Mon, 14 Jun 2021 12:41:54 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

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<peter.maydell@linaro.org>
---
  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 <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]