Home
last modified time | relevance | path

Searched refs:PSR_N (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dundefined.c129 match = (spsr & PSR_N) != 0; in arm_cond_match()
138 match = (!(spsr & PSR_N) == !(spsr & PSR_V)); in arm_cond_match()
141 match = !(spsr & PSR_Z) && (!(spsr & PSR_N) == !(spsr & PSR_V)); in arm_cond_match()
H A Dtrap.c545 if (frame->tf_spsr & PSR_N) { in handle_moe()
/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c67 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()
/freebsd/sys/arm/include/
H A Darmreg.h66 #define PSR_N 0x80000000 /* Negative bit */
68 #define PSR_N global() macro
/freebsd/sys/arm64/include/
H A Darmreg.h2863 #define PSR_N 0x80000000UL macro