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

/freebsd-11-stable/sys/sparc64/include/
H A Dfsr.h73 #define FSR_FCC1_MASK (((1UL << FSR_FCC1_BITS) - 1) << FSR_FCC1_SHIFT) macro
75 #define FSR_GET_FCC1(x) (((x) & FSR_FCC1_MASK) >> FSR_FCC1_SHIFT)
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c64 ~FSR_FCC1_MASK,

Completed in 67 milliseconds