Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Dm_helper.c1208 xpsr |= XPSR_SPREALIGN; in v7m_push_stack()
1854 if (xpsr & XPSR_SPREALIGN) { in do_v7m_exception_exit()
1860 xpsr_mask = ~(XPSR_SPREALIGN | XPSR_SFPA); in do_v7m_exception_exit()
/qemu/target/arm/
H A Dcpu.h1419 #define XPSR_SPREALIGN (1U << 9) /* Only set in exception stack frames */ macro