Searched refs:__udivmodsi4 (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/compiler-rt/lib/arm/
H A Daeabi_uidivmod.S15 // quot = __udivmodsi4(numerator, denominator, &rem);
25 bl SYMBOL_NAME(__udivmodsi4)
H A Ddivmodsi4.S39 bl SYMBOL_NAME(__udivmodsi4)
H A Dudivmodsi4.S10 * This file implements the __udivmodsi4 (32-bit unsigned integer divide and
33 DEFINE_COMPILERRT_FUNCTION(__udivmodsi4)
/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dudivmodsi4.c1 /*===-- udivmodsi4.c - Implement __udivmodsi4 ------------------------------===
10 * This file implements __udivmodsi4 for the compiler_rt library.
23 __udivmodsi4(su_int a, su_int b, su_int* rem) function

Completed in 48 milliseconds