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

/barrelfish-master/lib/compiler-rt/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.h94 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)
/barrelfish-master/lib/compiler-rt/test/
H A Dudivmodsi4_test.c2 //===-- udivmodsi4_test.c - Test __udivmodsi4 -----------------------------===//
10 // This file tests __udivmodsi4 for the compiler_rt library.
19 extern COMPILER_RT_ABI su_int __udivmodsi4(su_int a, su_int b, su_int* rem);
25 su_int result = __udivmodsi4(a, b, &rem);
27 printf("error in __udivmodsi4: %u / %u = %u, expected %u\n",
32 printf("error in __udivmodsi4: %u mod %u = %u, expected %u\n",
/barrelfish-master/lib/compiler-rt/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 89 milliseconds