| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| moddi3_test.c | 1 //===-- moddi3_test.c - Test __moddi3 -------------------------------------===// 10 // This file tests __moddi3 for the compiler_rt library. 19 di_int __moddi3(di_int a, di_int b); 23 di_int x = __moddi3(a, b); 25 printf("error in __moddi3: %lld %% %lld = %lld, expected %lld\n",
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| moddi3_test.c | 1 //===-- moddi3_test.c - Test __moddi3 -------------------------------------===// 10 // This file tests __moddi3 for the compiler_rt library. 19 COMPILER_RT_ABI di_int __moddi3(di_int a, di_int b); 23 di_int x = __moddi3(a, b); 25 printf("error in __moddi3: %lld %% %lld = %lld, expected %lld\n",
|
| /src/common/lib/libc/quad/ |
| moddi3.c | 53 __moddi3(quad_t a, quad_t b) function
|
| quad.h | 140 quad_t __moddi3(quad_t, quad_t);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| moddi3.c | 1 /*===-- moddi3.c - Implement __moddi3 -------------------------------------=== 10 * This file implements __moddi3 for the compiler_rt library. 20 __moddi3(di_int a, di_int b) function
|
| /src/sys/lib/libkern/arch/ia64/ |
| moddi3.S | 1 .file "__moddi3.s" 36 .proc __moddi3# 38 .global __moddi3# 41 __moddi3: label 159 .endp __moddi3
|
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| div.S | 36 # define __moddi3 __modsi3 60 FUNC_ALIAS (__modsi3, __moddi3) 125 FUNC_BEGIN (__moddi3) 141 FUNC_END (__moddi3)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| div.S | 36 # define __moddi3 __modsi3 60 FUNC_ALIAS (__modsi3, __moddi3) 125 FUNC_BEGIN (__moddi3) 141 FUNC_END (__moddi3)
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 45 DI __moddi3 (DI x, DI y); 62 DI __moddi3 (DI x, DI y) { return x % y; } function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 45 DI __moddi3 (DI x, DI y); 62 DI __moddi3 (DI x, DI y) { return x % y; } function
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| moddi3.c | 6 #define FUNCTION_NAME __moddi3
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| moddi3.c | 6 #define FUNCTION_NAME __moddi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| lib2-gcn.h | 44 extern DItype __moddi3 (DItype, DItype);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| moddi3.S | 6 // di_int __moddi3(di_int a, di_int b); 24 DEFINE_COMPILERRT_FUNCTION(__moddi3) 164 END_COMPILERRT_FUNCTION(__moddi3)
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| lib2-divmod-di.c | 99 __moddi3 (DItype a, DItype b) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/microblaze/ |
| moddi3.S | 39 .globl __moddi3 40 .ent __moddi3 41 __moddi3: label 120 .end __moddi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/ |
| moddi3.S | 39 .globl __moddi3 40 .ent __moddi3 41 __moddi3: label 120 .end __moddi3
|
| /src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| frv-abi.h | 180 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__moddi3,__modll)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| frv-abi.h | 180 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__moddi3,__modll)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| softdivide.c | 344 /* __moddi3 - 64 bit integer signed modulo */ 345 int64_t __moddi3 (int64_t dividend, int64_t divisor); 348 __moddi3 (int64_t dividend, int64_t divisor) function
|
| /src/external/gpl3/gcc/lib/libgcc/arch/ia64/ |
| defs.mk | 10 G_LIB1ASMFUNCS=__divdf3 __divsf3 __divdi3 __moddi3 __udivdi3 __umoddi3 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal __nonlocal_goto __restore_stack_nonlocal __trampoline
|
| /src/external/gpl3/gcc.old/lib/libgcc/arch/ia64/ |
| defs.mk | 10 G_LIB1ASMFUNCS=__divdf3 __divsf3 __divdi3 __moddi3 __udivdi3 __umoddi3 __divsi3 __modsi3 __udivsi3 __umodsi3 __save_stack_nonlocal __nonlocal_goto __restore_stack_nonlocal __trampoline
|
| /src/external/gpl3/gcc/dist/libgcc/config/ia64/ |
| lib1funcs.S | 214 .global __moddi3 215 .proc __moddi3 216 __moddi3: label 258 .endp __moddi3
|
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| lib2funcs.c | 259 __moddi3 (DWtype u, DWtype v) 257 __moddi3 (DWtype u, DWtype v) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| lib1funcs.S | 214 .global __moddi3 215 .proc __moddi3 216 __moddi3: label 258 .endp __moddi3
|