/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
modsi3.c | 65 __modsi3(INT32 a, INT32 b)
function
|
modsi3.S | 17 ASM_FUNC(__modsi3)
|
/external/compiler-rt/lib/builtins/ |
modsi3.c | 1 /* ===-- modsi3.c - Implement __modsi3 -------------------------------------=== 10 * This file implements __modsi3 for the compiler_rt library. 20 __modsi3(si_int a, si_int b) function
|
apple_versioning.c | 296 NOT_HERE_UNTIL_AFTER_4_3(__modsi3)
|
/external/compiler-rt/test/builtins/Unit/ |
modsi3_test.c | 1 /* ===-- modsi3_test.c - Test __modsi3 -------------------------------------=== 10 * This file tests __modsi3 for the compiler_rt library. 20 COMPILER_RT_ABI si_int __modsi3(si_int a, si_int b); 23 si_int x = __modsi3(a, b); 25 fprintf(stderr, "error in __modsi3: %d %% %d = %d, expected %d\n",
|
/external/compiler-rt/lib/builtins/arm/ |
modsi3.S | 10 * This file implements the __modsi3 (32-bit signed integer modulus) function 29 @ int __modsi3(int divident, int divisor) 34 DEFINE_COMPILERRT_THUMB_FUNCTION(__modsi3) 36 DEFINE_COMPILERRT_FUNCTION(__modsi3) 63 END_COMPILERRT_FUNCTION(__modsi3)
|
/device/linaro/bootloader/edk2/ArmPkg/Library/GccLto/ |
liblto-arm.s | 40 .long __modsi3 - .
|
/external/compiler-rt/test/builtins/timing/ |
modsi3.c | 6 #define FUNCTION_NAME __modsi3
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/ |
Gcc.c | 108 int __modsi3(int Dividend, int Divisor)
function
|
/external/u-boot/arch/arc/lib/ |
libgcc2.c | 129 __modsi3(long a, long b) function
|
/external/u-boot/arch/arm/lib/ |
lib1funcs.S | 291 .pushsection .text.__modsi3, "ax" 292 ENTRY(__modsi3) function 314 ENDPROC(__modsi3)
|
/external/u-boot/arch/nios2/lib/ |
libgcc.c | 519 __modsi3 (SItype a, SItype b) function
|