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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ducmpdi2.c1 //===-- ucmpdi2.c - Implement __ucmpdi2 -----------------------------------===//
9 // This file implements __ucmpdi2 for the compiler_rt library.
19 COMPILER_RT_ABI si_int __ucmpdi2(du_int a, du_int b) { function
40 return __ucmpdi2(a, b) - 1;
H A Dapple_versioning.c132 NOT_HERE_BEFORE_10_6(__ucmpdi2)
320 NOT_HERE_UNTIL_AFTER_4_3(__ucmpdi2)
/freebsd-13-stable/sys/libkern/
H A Ducmpdi2.c46 __ucmpdi2(u_quad_t a, u_quad_t b) function
63 return __ucmpdi2(a, b) - 1;
H A Dquad.h113 int __ucmpdi2(u_quad_t a, u_quad_t b);
/freebsd-13-stable/lib/libc/quad/
H A Ducmpdi2.c49 __ucmpdi2(u_quad_t a, u_quad_t b) function
H A Dquad.h101 int __ucmpdi2(u_quad_t a, u_quad_t b);

Completed in 166 milliseconds