Home
last modified time | relevance | path

Searched refs:PSR_V (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dundefined.c150 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()
/freebsd/sys/cddl/dev/kinst/aarch64/
H A Dkinst_isa.c70 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()
/freebsd/sys/arm/include/
H A Darmreg.h63 #define PSR_V 0x10000000 /* Overflow bit */
65 #define PSR_V global() macro
/freebsd/sys/arm64/include/
H A Darmreg.h2734 #define PSR_V 0x10000000UL macro