Searched refs:FSR_CC_EQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c119 cc = FSR_CC_EQ;
161 cc = FSR_CC_EQ;
170 cc = FSR_CC_EQ;
H A Dfpu_qp.c92 #define FCC_EQ(fcc) ((fcc) == FSR_CC_EQ)
93 #define FCC_GE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_GT)
95 #define FCC_LE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_LT)
97 #define FCC_NE(fcc) ((fcc) != FSR_CC_EQ)
/freebsd-11-stable/sys/sparc64/include/
H A Dfsr.h107 #define FSR_CC_EQ 0 /* a = b */ macro

Completed in 88 milliseconds