Searched refs:v7m_sp_limit (Results 1 – 3 of 3) sorted by relevance
626 if (sp < v7m_sp_limit(env)) { in HELPER()791 limit = v7m_sp_limit(env); in v7m_push_callee_stack()1004 uint32_t splim = v7m_sp_limit(env); in v7m_update_fpccr()1220 uint32_t limit = v7m_sp_limit(env); in v7m_push_stack()
114 if (newvalue < v7m_sp_limit(env)) { in HELPER()
1091 static inline uint32_t v7m_sp_limit(CPUARMState *env) in v7m_sp_limit() function