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

/freebsd-12-stable/sys/sparc64/include/
H A Dfsr.h58 #define FSR_FCC0_MASK (((1UL << FSR_FCC0_BITS) - 1) << FSR_FCC0_SHIFT) macro
60 #define FSR_GET_FCC0(x) (((x) & FSR_FCC0_MASK) >> FSR_FCC0_SHIFT)
/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c65 ~FSR_FCC0_MASK,

Completed in 105 milliseconds