On 11/19/20 10:56 PM, Peter Maydell wrote: > Factor out the code which handles M-profile lazy FP state preservation > from full_vfp_access_check(); accesses to the FPCXT_NS register are > a special case which need to do just this part (corresponding in the > pseudocode to the PreserveFPState() function), and not the full > set of actions matching the pseudocode ExecuteFPCheck() which > normal FP instructions need to do. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-vfp.c.inc | 45 ++++++++++++++++++++-------------- > 1 file changed, 27 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>