Re: [PATCH v2 12/28] target/arm: Factor out preserve-fp-state from full_vfp_access_check()

2020-11-19 Thread Philippe Mathieu-Daudé
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()

[PATCH v2 12/28] target/arm: Factor out preserve-fp-state from full_vfp_access_check()

2020-11-19 Thread Peter Maydell
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