Home
last modified time | relevance | path

Searched refs:__divmodsi4 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Ddivmodsi4.S27 @ int __divmodsi4(int divident, int divisor, int *remainder)
32 DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
67 END_COMPILERRT_FUNCTION(__divmodsi4)
H A Daeabi_idivmod.S42 bl SYMBOL_NAME(__divmodsi4)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivmodsi4.c18 COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int *rem) { in __divmodsi4() function
H A Dapple_versioning.c331 NOT_HERE_UNTIL_AFTER_4_3(__divmodsi4)
H A DREADME.txt89 si_int __divmodsi4(si_int a, si_int b, si_int* rem); // a / b, *rem = a % b signed