Searched defs:__ucmpdi2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ducmpdi2.c19 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b) { function
/freebsd-11-stable/lib/libc/quad/
H A Ducmpdi2.c47 __ucmpdi2(a, b) function
/freebsd-11-stable/sys/libkern/
H A Ducmpdi2.c44 __ucmpdi2(a, b) function
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin-64.c72 word_type __ucmpdi2 (uDI x, uDI y) { return x < y ? 0 : x == y ? 1 : 2; } function
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.h268 #define __ucmpdi2 __NDW(ucmp,2) macro
H A Dlibgcc2.c1169 __ucmpdi2 (DWtype a, DWtype b) function

Completed in 179 milliseconds