Searched refs:__divsi3 (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dmodsi3.c18 return a - __divsi3(a, b) * b;
H A Ddivmodsi4.c19 si_int d = __divsi3(a, b);
H A Ddivsi3.c1 //===-- divsi3.c - Implement __divsi3 -------------------------------------===//
9 // This file implements __divsi3 for the compiler_rt library.
17 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b) { function
34 COMPILER_RT_ALIAS(__divsi3, __aeabi_idiv)
H A Dint_lib.h91 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
H A Dapple_versioning.c239 NOT_HERE_UNTIL_AFTER_4_3(__divsi3)
/barrelfish-master/lib/compiler-rt/test/
H A Ddivsi3_test.c2 //===-- divsi3_test.c - Test __divsi3 -------------------------------------===//
10 // This file tests __divsi3 for the compiler_rt library.
19 COMPILER_RT_ABI si_int __divsi3(si_int a, si_int b);
23 si_int x = __divsi3(a, b);
25 printf("error in __divsi3: %d / %d = %d, expected %d\n",
/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Ddivsi3.S9 // This file implements the __divsi3 (32-bit signed integer divide) function
28 DEFINE_AEABI_FUNCTION_ALIAS(__aeabi_idiv, __divsi3)
30 @ int __divsi3(int divident, int divisor)
33 DEFINE_COMPILERRT_FUNCTION(__divsi3)
78 END_COMPILERRT_FUNCTION(__divsi3)
H A Daeabi_idivmod.S28 bl SYMBOL_NAME(__divsi3)
/barrelfish-master/lib/libc/arm/gen/
H A Ddivsi3.S77 ENTRY(__divsi3)
391 END(__divsi3)

Completed in 46 milliseconds