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

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dudivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
26 return __udivmodti4(a, b, 0);
H A Dumodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
27 __udivmodti4(a, b, &r);
H A Ddivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
32 return (__udivmodti4(a, b, (tu_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */
H A Dmodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
32 __udivmodti4(a, b, (tu_int*)&r);
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

Completed in 119 milliseconds