Searched refs:PSR_V (Results 1 – 4 of 4) sorted by relevance
150 match = (spsr & PSR_V) != 0; in arm_cond_match()156 match = (!(spsr & PSR_N) == !(spsr & PSR_V)); in arm_cond_match()159 match = !(spsr & PSR_Z) && (!(spsr & PSR_N) == !(spsr & PSR_V)); in arm_cond_match()
70 res = (frame->tf_spsr & PSR_V) != 0; in kinst_emulate()78 ((frame->tf_spsr & PSR_V) != 0); in kinst_emulate()83 ((frame->tf_spsr & PSR_V) != 0)); in kinst_emulate()
63 #define PSR_V 0x10000000 /* Overflow bit */65 #define PSR_V global() macro
2734 #define PSR_V 0x10000000UL macro