OSDN Git Service

target/arm: Factor FP context update code out into helper function
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 18 Jun 2021 14:10:17 +0000 (15:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jun 2021 15:49:38 +0000 (16:49 +0100)
commit95aceeeac9a37d05c106ba807867616496d5c90e
tree53a89d7e080526b71e04876b80b95e6be8d70ca3
parente494cd0a1abce13a9a934c1cfdaaeabd389a77c7
target/arm: Factor FP context update code out into helper function

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210618141019.10671-6-peter.maydell@linaro.org
target/arm/translate-vfp.c