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

/freebsd-12-stable/lib/libc/sparc64/fpu/
H A Dfpu_compare.c121 cc = FSR_CC_EQ;
163 cc = FSR_CC_EQ;
172 cc = FSR_CC_EQ;
H A Dfpu_qp.c94 #define FCC_EQ(fcc) ((fcc) == FSR_CC_EQ)
95 #define FCC_GE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_GT)
97 #define FCC_LE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_LT)
99 #define FCC_NE(fcc) ((fcc) != FSR_CC_EQ)
/freebsd-12-stable/sys/sparc64/include/
H A Dfsr.h109 #define FSR_CC_EQ 0 /* a = b */ macro

Completed in 116 milliseconds