Searched refs:__ucmpdi2 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Ducmpdi2.c1 /* ===-- ucmpdi2.c - Implement __ucmpdi2 -----------------------------------===
10 * This file implements __ucmpdi2 for the compiler_rt library.
23 __ucmpdi2(du_int a, du_int b) function
48 return __ucmpdi2(a, b) - 1;
/freebsd-10.0-release/lib/libc/quad/
H A DSymbol.map34 __ucmpdi2;
H A Ducmpdi2.c47 __ucmpdi2(a, b) function
H A Dquad.h99 int __ucmpdi2(u_quad_t a, u_quad_t b);
/freebsd-10.0-release/sys/libkern/
H A Ducmpdi2.c44 __ucmpdi2(a, b) function
62 return __ucmpdi2(a, b) - 1;
H A Dquad.h111 int __ucmpdi2(u_quad_t a, u_quad_t b);
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-64.c55 word_type __ucmpdi2 (uDI x, uDI y);
72 word_type __ucmpdi2 (uDI x, uDI y) { return x < y ? 0 : x == y ? 1 : 2; } function
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.h268 #define __ucmpdi2 __NDW(ucmp,2) macro
341 extern word_type __ucmpdi2 (DWtype, DWtype);
H A Dlibgcc2.c1170 __ucmpdi2 (DWtype a, DWtype b)
1145 __ucmpdi2 (DWtype a, DWtype b) function

Completed in 87 milliseconds