qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 5/7] target/arm: Factor FP context update code out into helpe


From: Richard Henderson
Subject: Re: [PATCH 5/7] target/arm: Factor FP context update code out into helper function
Date: Fri, 18 Jun 2021 09:20:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 6/18/21 7:10 AM, Peter Maydell wrote:
Factor the code in full_vfp_access_check() which updates the
ownership of the FP context and creates a new FP context
out into its own function.

Signed-off-by: Peter Maydell<peter.maydell@linaro.org>
---
  target/arm/translate-vfp.c | 104 +++++++++++++++++++++----------------
  1 file changed, 58 insertions(+), 46 deletions(-)

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

r~



reply via email to

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