/src/sys/external/bsd/compiler_rt/dist/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 in typeref:typename:COMPILER_RT_ABI si_int
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
modsi3_test.c | 1 /* ===-- modsi3_test.c - Test __modsi3 -------------------------------------=== 10 * This file tests __modsi3 for the compiler_rt library. 20 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",
|
/src/sys/external/bsd/compiler_rt/dist/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",
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/ |
modsi3.S | 10 * This file implements the __modsi3 (32-bit signed integer modulus) function 28 @ int __modsi3(int divident, int divisor) 33 DEFINE_COMPILERRT_THUMB_FUNCTION(__modsi3) 35 DEFINE_COMPILERRT_FUNCTION(__modsi3) 62 END_COMPILERRT_FUNCTION(__modsi3)
|
/src/sys/lib/libkern/arch/m68k/ |
modsi3.S | 49 ENTRY(__modsi3) function 58 END(__modsi3) 60 ENTRY(__modsi3) function 76 END(__modsi3)
|
/src/sys/lib/libkern/arch/ia64/ |
modsi3.S | 1 .file "__modsi3.s" 36 .proc __modsi3# 38 .global __modsi3# 41 __modsi3: label 131 .endp __modsi3
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
modsi3.c | 6 #define FUNCTION_NAME __modsi3
|
/src/sys/external/bsd/compiler_rt/dist/test/timing/ |
modsi3.c | 6 #define FUNCTION_NAME __modsi3
|