Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivmodsi4.S20 @ unsigned int __udivmodsi4(unsigned int divident, unsigned int divisor,
26 DEFINE_COMPILERRT_FUNCTION(__udivmodsi4)
175 END_COMPILERRT_FUNCTION(__udivmodsi4)
H A Daeabi_uidivmod.S49 bl SYMBOL_NAME(__udivmodsi4)
H A Ddivmodsi4.S57 bl SYMBOL_NAME(__udivmodsi4)
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmodsi4.c17 COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int *rem) { in __udivmodsi4() function
H A Dapple_versioning.c332 NOT_HERE_UNTIL_AFTER_4_3(__udivmodsi4)
H A DREADME.txt88 su_int __udivmodsi4(su_int a, su_int b, su_int* rem); // a / b, *rem = a % b unsigned