qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 04/13] target/arm: Split m-nocp trans functions into their ow


From: Richard Henderson
Subject: Re: [PATCH 04/13] target/arm: Split m-nocp trans functions into their own file
Date: Tue, 27 Apr 2021 09:40:42 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/13/21 9:07 AM, Peter Maydell wrote:
Currently the trans functions for m-nocp.decode all live in
translate-vfp.inc.c; move them out into their own translation unit,
translate-m-nocp.c.

The trans_* functions here are pure code motion with no changes.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/translate-a32.h     |   3 +
  target/arm/translate-m-nocp.c  | 221 +++++++++++++++++++++++++++++++++
  target/arm/translate.c         |   1 -
  target/arm/translate-vfp.c.inc | 196 -----------------------------
  target/arm/meson.build         |   3 +-
  5 files changed, 226 insertions(+), 198 deletions(-)
  create mode 100644 target/arm/translate-m-nocp.c

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

r~



reply via email to

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