qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 01/13] target/arm: Move constant expanders to translate.h


From: Richard Henderson
Subject: Re: [PATCH 01/13] target/arm: Move constant expanders to translate.h
Date: Tue, 27 Apr 2021 09:29:37 -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:
Some of the constant expanders defined in translate.c are generically
useful and will be used by the separate C files for VFP and Neon once
they are created; move the expander definitions to translate.h.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/translate.h | 24 ++++++++++++++++++++++++
  target/arm/translate.c | 24 ------------------------
  2 files changed, 24 insertions(+), 24 deletions(-)

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

r~



reply via email to

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