Home
last modified time | relevance | path

Searched defs:fcc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/lib/libc/sparc64/fpu/
Dfpu_qp.c94 #define FCC_EQ(fcc) ((fcc) == FSR_CC_EQ) argument
95 #define FCC_GE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_GT) argument
96 #define FCC_GT(fcc) ((fcc) == FSR_CC_GT) argument
97 #define FCC_LE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_LT) argument
98 #define FCC_LT(fcc) ((fcc) == FSR_CC_LT) argument
99 #define FCC_NE(fcc) ((fcc) != FSR_CC_EQ) argument
100 #define FCC_ID(fcc) (fcc) argument
Dfpu_compare.c95 __fpu_compare(struct fpemu *fe, int cmpe, int fcc) in __fpu_compare()
Dfpu.c231 u_int32_t insn, int fcc) in __fpu_ccmov()