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

/barrelfish-master/lib/compiler-rt/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)
/barrelfish-master/lib/compiler-rt/test/
H A Ddivmodsi4_test.c2 //===-- divmodsi4_test.c - Test __divmodsi4 -------------------------------===//
10 // This file tests __divmodsi4 for the compiler_rt library.
19 extern COMPILER_RT_ABI si_int __divmodsi4(si_int a, si_int b, si_int* rem);
26 si_int result = __divmodsi4(a, b, &rem);
28 printf("error in __divmodsi4: %d / %d = %d, expected %d\n",
33 printf("error in __divmodsi4: %d mod %d = %d, expected %d\n",
/barrelfish-master/lib/compiler-rt/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)

Completed in 36 milliseconds