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

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

Completed in 89 milliseconds