Searched refs:PSR_OVF_SHIFT (Results 1 – 2 of 2) sorted by relevance
105 #define PSR_OVF_SHIFT 21 macro106 #define PSR_OVF (1 << PSR_OVF_SHIFT)
59 icc |= ((int32_t)env->cc_V < 0) << PSR_OVF_SHIFT; in cpu_get_psr()