Searched refs:PSR_N (Results 1 – 4 of 4) sorted by relevance
147 match = (spsr & PSR_N) != 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()
67 res = (frame->tf_spsr & PSR_N) != 0; in kinst_emulate()77 res = ((frame->tf_spsr & PSR_N) != 0) == in kinst_emulate()82 (((frame->tf_spsr & PSR_N) != 0) == in kinst_emulate()
66 #define PSR_N 0x80000000 /* Negative bit */68 #define PSR_N global() macro
2737 #define PSR_N 0x80000000UL macro