Searched refs:FSR_FCC2_MASK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/sparc64/include/
H A Dfsr.h80 #define FSR_FCC2_MASK (((1UL << FSR_FCC2_BITS) - 1) << FSR_FCC2_SHIFT) macro
82 #define FSR_GET_FCC2(x) (((x) & FSR_FCC2_MASK) >> FSR_FCC2_SHIFT)
/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c67 ~FSR_FCC2_MASK,

Completed in 161 milliseconds