On 4/16/19 5:57 AM, Peter Maydell wrote: > Handle floating point registers in exception entry. > This corresponds to the FP-specific parts of the pseudocode > functions ActivateException() and PushStack(). > > We defer the code corresponding to UpdateFPCCR() to a later patch. > > Signed-off-by: Peter Maydell <[email protected]> > --- > target/arm/helper.c | 98 +++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 95 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
