Home
last modified time | relevance | path

Searched refs:__udivmodti4 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivti3.c20 return __udivmodti4(a, b, 0); in __udivti3()
H A Dumodti3.c21 __udivmodti4(a, b, &r); in __umodti3()
H A Ddivti3.c21 #define COMPUTE_UDIV(a, b) __udivmodti4((a), (b), (tu_int *)0)
H A Dmodti3.c21 #define ASSIGN_UMOD(res, a, b) __udivmodti4((a), (b), &(res))
H A Dudivmodti4.c100 COMPILER_RT_ABI tu_int __udivmodti4(tu_int a, tu_int b, tu_int *rem) { in __udivmodti4() function
H A Dapple_versioning.c136 NOT_HERE_BEFORE_10_6(__udivmodti4)
H A DREADME.txt87 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 Dlibc_ubuntu1404_abilist.txt1171 fun:__udivmodti4=uninstrumented