|
From: | Richard Henderson |
Subject: | Re: [Qemu-arm] [Qemu-devel] [PATCH 10/26] target/arm: Handle floating point registers in exception entry |
Date: | Tue, 23 Apr 2019 15:21:20 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
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 <address@hidden> > --- > target/arm/helper.c | 98 +++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 95 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |