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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivmodsi4.c1 /*===-- divmodsi4.c - Implement __divmodsi4 --------------------------------===
10 * This file implements __divmodsi4 for the compiler_rt library.
20 __divmodsi4(si_int a, si_int b, si_int* rem) function
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Daeabi_idivmod.S14 // quot = __divmodsi4(numerator, denominator, &rem);
24 bl SYMBOL_NAME(__divmodsi4)
H A Ddivmodsi4.S10 * This file implements the __divmodsi4 (32-bit signed integer divide and
29 @ int __divmodsi4(int divident, int divisor, int *remainder)
35 DEFINE_COMPILERRT_THUMB_FUNCTION(__divmodsi4)
37 DEFINE_COMPILERRT_FUNCTION(__divmodsi4)
73 END_COMPILERRT_FUNCTION(__divmodsi4)
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Ddivmodsi4_test.c1 //===-- divmodsi4_test.c - Test __divmodsi4 -------------------------------===//
10 // This file tests __divmodsi4 for the compiler_rt library.
19 extern 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",
/netbsd-current/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Ddivmodsi4_test.c1 //===-- 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",
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S1685 DEFUN __divmodsi4
1710 ENDF __divmodsi4
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S1685 DEFUN __divmodsi4
1710 ENDF __divmodsi4

Completed in 217 milliseconds