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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S9 // This file implements the __divmodsi4 (32-bit signed integer divide and
27 @ int __divmodsi4(int divident, int divisor, int *remainder)
32 DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
67 END_COMPILERRT_FUNCTION(__divmodsi4)
H A Daeabi_idivmod.S13 // quot = __divmodsi4(numerator, denominator, &rem);
42 bl SYMBOL_NAME(__divmodsi4)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivmodsi4.c1 //===-- divmodsi4.c - Implement __divmodsi4
10 // This file implements __divmodsi4 for the compiler_rt library.
18 COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int *rem) { function
H A Dapple_versioning.c331 NOT_HERE_UNTIL_AFTER_4_3(__divmodsi4)

Completed in 138 milliseconds