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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodsi4.c1 //===-- udivmodsi4.c - Implement __udivmodsi4 -----------------------------===//
9 // This file implements __udivmodsi4 for the compiler_rt library.
17 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem) { function
H A Dint_lib.h123 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem);
H A Dapple_versioning.c332 NOT_HERE_UNTIL_AFTER_4_3(__udivmodsi4)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_uidivmod.S14 // quot = __udivmodsi4(numerator, denominator, &rem);
49 bl SYMBOL_NAME(__udivmodsi4)
H A Dudivmodsi4.S9 // This file implements the __udivmodsi4 (32-bit unsigned integer divide and
20 @ unsigned int __udivmodsi4(unsigned int divident, unsigned int divisor,
26 DEFINE_COMPILERRT_FUNCTION(__udivmodsi4)
175 END_COMPILERRT_FUNCTION(__udivmodsi4)
H A Ddivmodsi4.S57 bl SYMBOL_NAME(__udivmodsi4)

Completed in 60 milliseconds