Searched refs:__udivmodti4 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dudivti3.c24 return __udivmodti4(a, b, 0);
H A Dumodti3.c25 __udivmodti4(a, b, &r);
H A Ddivti3.c30 return (__udivmodti4(a, b, (tu_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */
H A Dmodti3.c30 __udivmodti4(a, b, &r);
H A Dint_lib.h120 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
H A Dudivmodti4.c1 /* ===-- udivmodti4.c - Implement __udivmodti4 -----------------------------===
10 * This file implements __udivmodti4 for the compiler_rt library.
26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) function
H A Dapple_versioning.c141 NOT_HERE_BEFORE_10_6(__udivmodti4)

Completed in 110 milliseconds