Searched refs:PSR_OVF (Results 1 – 4 of 4) sorted by relevance
84 env->cc_V = deposit64(env->cc_V, 0, 32, -(val & PSR_OVF)); in cpu_put_psr_icc()88 env->cc_V = -(val & PSR_OVF); in cpu_put_psr_icc()
106 #define PSR_OVF (1 << PSR_OVF_SHIFT) macro109 #define PSR_ICC (PSR_NEG|PSR_ZERO|PSR_OVF|PSR_CARRY)
122 env->cc_V = deposit64(env->cc_V, 32, 32, -(val & PSR_OVF)); in get_xcc()
609 cc & PSR_ZERO ? 'Z' : '-', cc & PSR_OVF ? 'V' : '-', in cpu_print_cc()