Searched refs:__udivmodti4 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | udivti3.c | 20 return __udivmodti4(a, b, 0); in __udivti3()
|
H A D | umodti3.c | 21 __udivmodti4(a, b, &r); in __umodti3()
|
H A D | divti3.c | 21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0)
|
H A D | modti3.c | 21 #define ASSIGN_UMOD(res, a, b) __udivmodti4((a), (b), &(res))
|
H A D | udivmodti4.c | 100 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) { in __udivmodti4() function
|
H A D | apple_versioning.c | 136 NOT_HERE_BEFORE_10_6(__udivmodti4)
|
H A D | README.txt | 87 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1171 fun:__udivmodti4=uninstrumented
|