Searched refs:do_modify_softint (Results 1 – 1 of 1) sorted by relevance
263 static bool do_modify_softint(CPUSPARCState *env, uint32_t value) in do_modify_softint() function281 if (do_modify_softint(env, env->softint | (uint32_t)value)) { in helper_set_softint()288 if (do_modify_softint(env, env->softint & (uint32_t)~value)) { in helper_clear_softint()295 if (do_modify_softint(env, (uint32_t)value)) { in helper_write_softint()