On 3/26/21 1:36 PM, Claudio Fontana wrote:
now that we handled the dependency between HELPER(), cpregs defs
and functions in tcg/,

we can make sve_zcr_len_for_el TARGET_AARCH64-only,
and move it to the cpu-sve module.

Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
  target/arm/cpu-sve.h    |  3 +++
  target/arm/cpu.h        |  4 ++--
  target/arm/arch_dump.c  |  1 +
  target/arm/cpu-common.c | 43 -----------------------------------------
  target/arm/cpu-sve.c    | 33 +++++++++++++++++++++++++++++++
  target/arm/cpu.c        |  4 ++++
  target/arm/tcg/cpregs.c |  1 +
  target/arm/tcg/helper.c |  4 ++++
  8 files changed, 48 insertions(+), 45 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to