| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| umoddi3.c | 1 /* ===-- umoddi3.c - Implement __umoddi3 -----------------------------------=== 10 * This file implements __umoddi3 for the compiler_rt library. 20 __umoddi3(du_int a, du_int b) function
|
| /src/common/lib/libc/quad/ |
| umoddi3.c | 51 __umoddi3(u_quad_t a, u_quad_t b) function
|
| quad.h | 148 u_quad_t __umoddi3(u_quad_t, u_quad_t );
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| umoddi3_test.c | 1 //===-- umoddi3_test.c - Test __umoddi3 -----------------------------------===// 10 // This file tests __umoddi3 for the compiler_rt library. 19 du_int __umoddi3(du_int a, du_int b); 23 du_int r = __umoddi3(a, b); 25 printf("error in __umoddi3: %lld %% %lld = %lld, expected %lld\n",
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| umoddi3_test.c | 1 //===-- umoddi3_test.c - Test __umoddi3 -----------------------------------===// 10 // This file tests __umoddi3 for the compiler_rt library. 19 COMPILER_RT_ABI du_int __umoddi3(du_int a, du_int b); 23 du_int r = __umoddi3(a, b); 25 printf("error in __umoddi3: %lld %% %lld = %lld, expected %lld\n",
|
| /src/sys/lib/libkern/arch/ia64/ |
| umoddi3.S | 1 .file "__umoddi3.s" 36 .proc __umoddi3# 38 .global __umoddi3# 41 __umoddi3: label 155 .endp __umoddi3
|
| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| div.S | 34 # define __umoddi3 __umodsi3 100 FUNC_BEGIN (__umoddi3) 106 FUNC_END (__umoddi3)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| div.S | 34 # define __umoddi3 __umodsi3 100 FUNC_BEGIN (__umoddi3) 106 FUNC_END (__umoddi3)
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 53 uDI __umoddi3 (uDI x, uDI y); 70 uDI __umoddi3 (uDI x, uDI y) { return x % y; } function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 53 uDI __umoddi3 (uDI x, uDI y); 70 uDI __umoddi3 (uDI x, uDI y) { return x % y; } function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| umoddi3.S | 6 // du_int __umoddi3(du_int a, du_int b); 24 DEFINE_COMPILERRT_FUNCTION(__umoddi3) 124 END_COMPILERRT_FUNCTION(__umoddi3)
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| umoddi3.c | 6 #define FUNCTION_NAME __umoddi3
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| umoddi3.c | 6 #define FUNCTION_NAME __umoddi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/gcn/ |
| lib2-gcn.h | 46 extern UDItype __umoddi3 (UDItype, UDItype);
|
| /src/external/gpl3/gcc/dist/libgcc/config/gcn/ |
| lib2-divmod-di.c | 116 __umoddi3 (UDItype a, UDItype b) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/m32c/ |
| lib2funcs.c | 130 __umoddi3 (uint32_type a, uint32_type b) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/m32c/ |
| lib2funcs.c | 130 __umoddi3 (uint32_type a, uint32_type b) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/frv/ |
| frv-abi.h | 184 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__umoddi3,__umodll)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| frv-abi.h | 184 #define DECLARE_LIBRARY_RENAMES RENAME_LIBRARY(__umoddi3,__umodll)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| softdivide.c | 205 /* __umoddi3 - 64 bit integer unsigned modulo */ 334 uint64_t __umoddi3 (uint64_t dividend, uint64_t divisor); 337 __umoddi3 (uint64_t dividend, uint64_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 | 324 .global __umoddi3 325 .proc __umoddi3 326 __umoddi3: label 369 .endp __umoddi3
|
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| lib2funcs.c | 282 __umoddi3 (UDWtype u, UDWtype v) 280 __umoddi3 (UDWtype u, UDWtype v) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| lib1funcs.S | 324 .global __umoddi3 325 .proc __umoddi3 326 __umoddi3: label 369 .endp __umoddi3
|