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

/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_compare.c121 cc = FPSCR_FG;
141 #define opposite_cc(cc) ((cc) == FPSCR_FL ? FPSCR_FG : FPSCR_FL)
148 cc = diff(FPSCR_FG);
162 cc = FPSCR_FG;
H A Dfpu_implode.c334 #define FPRF_SIGN(sign) ((sign) ? FPSCR_FL : FPSCR_FG)
/netbsd-current/sys/arch/powerpc/include/
H A Dfpu.h56 #define FPSCR_FG 0x00004000 /* > */ macro

Completed in 140 milliseconds