On 28 January 2014 01:54, Peter Crosthwaite
wrote:
> On Wed, Jan 22, 2014 at 6:12 AM, Peter Maydell
> wrote:
>> Implement the DAIF system register which is a view of the
>> DAIF bits in PSTATE.
>>
>> TODO: include support for the MSR_i encodings?
>>
>
> Isn't this already separately handled by t
On Wed, Jan 22, 2014 at 6:12 AM, Peter Maydell wrote:
> Implement the DAIF system register which is a view of the
> DAIF bits in PSTATE.
>
> TODO: include support for the MSR_i encodings?
>
Isn't this already separately handled by the MSR_i implementation?
> Signed-off-by: Peter Maydell
Otherw
Implement the DAIF system register which is a view of the
DAIF bits in PSTATE.
TODO: include support for the MSR_i encodings?
Signed-off-by: Peter Maydell
---
target-arm/helper.c | 25 +
1 file changed, 25 insertions(+)
diff --git a/target-arm/helper.c b/target-arm/help