Home
last modified time | relevance | path

Searched refs:XPSR_SFPA (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/tcg/
H A Dm_helper.c632 saved_psr |= XPSR_SFPA; in HELPER()
1211 xpsr &= ~XPSR_SFPA; in v7m_push_stack()
1214 xpsr |= XPSR_SFPA; in v7m_push_stack()
1860 xpsr_mask = ~(XPSR_SPREALIGN | XPSR_SFPA); in do_v7m_exception_exit()
1868 bool sfpa = xpsr & XPSR_SFPA; in do_v7m_exception_exit()
1966 if (newpsr & XPSR_SFPA) { in do_v7m_function_return()
/qemu/target/arm/
H A Dcpu.h1422 #define XPSR_SFPA (1U << 20) /* Only set in exception stack frames */ macro