| /src/common/lib/libc/arch/m68k/gen/ |
| muldi3.S | 36 | int64_t __muldi3(int64_t X, int64_t Y); 41 | - GCC does not emit __muldi3() for 68020-40, that have 32 * 32 --> 64 mulul. 57 ENTRY(__muldi3) function 115 END(__muldi3)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| muldi3.c | 1 /* ===-- muldi3.c - Implement __muldi3 -------------------------------------=== 10 * This file implements __muldi3 for the compiler_rt library. 44 __muldi3(di_int a, di_int b) function 57 AEABI_RTABI di_int __aeabi_lmul(di_int a, di_int b) COMPILER_RT_ALIAS(__muldi3); variable
|
| /src/external/gpl3/gcc/dist/libgcc/config/arc/ |
| lib2funcs.c | 31 sint64_t __muldi3 (sint64_t, sint64_t); 38 __muldi3 (sint64_t a, sint64_t b) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ |
| lib2funcs.c | 31 sint64_t __muldi3 (sint64_t, sint64_t); 38 __muldi3 (sint64_t a, sint64_t b) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/ |
| softmpy.S | 42 .section .text.__muldi3, "ax" 44 .globl __muldi3 45 .type __muldi3, @function 46 __muldi3: label 94 .size __muldi3,.-__muldi3
|
| /src/common/lib/libc/quad/ |
| muldi3.c | 47 ARM_EABI_ALIAS(__aeabi_lmul, __muldi3) /* no semicolon */ 109 __muldi3(quad_t a, quad_t b) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 46 DI __muldi3 (DI x, DI y); 63 DI __muldi3 (DI x, DI y) { return x * y; } function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 46 DI __muldi3 (DI x, DI y); 63 DI __muldi3 (DI x, DI y) { return x * y; } function
|
| /src/external/gpl3/gcc/dist/libgcc/config/msp430/ |
| lib2mul.c | 34 /* __muldi3 must be excluded from libgcc.a to prevent multiple-definition 38 software version of __muldi3 is below. */ 50 DItype __muldi3 (DItype u, DItype v); 53 __muldi3 (DItype u, DItype v) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/msp430/ |
| lib2mul.c | 34 /* __muldi3 must be excluded from libgcc.a to prevent multiple-definition 38 software version of __muldi3 is below. */ 50 DItype __muldi3 (DItype u, DItype v); 53 __muldi3 (DItype u, DItype v) function
|
| /src/external/gpl3/gcc/dist/libgcc/config/nds32/ |
| lib1asmsrc-mculib.S | 1286 bal __muldi3 1582 .globl __muldi3 1583 .type __muldi3, @function 1584 __muldi3: label 1622 .size __muldi3, .-__muldi3 2140 bal __muldi3 2347 bal __muldi3 2362 bal __muldi3 2383 bal __muldi3 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| lib1asmsrc-mculib.S | 1286 bal __muldi3 1582 .globl __muldi3 1583 .type __muldi3, @function 1584 __muldi3: label 1622 .size __muldi3, .-__muldi3 2140 bal __muldi3 2347 bal __muldi3 2362 bal __muldi3 2383 bal __muldi3 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 286 #define __muldi3 __NDW(mul,3) macro 388 extern DWtype __muldi3 (DWtype, DWtype);
|
| libgcc2.c | 542 __muldi3 (DWtype u, DWtype v) 528 __muldi3 (DWtype u, DWtype v) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 273 #define __muldi3 __NDW(mul,3) macro 375 extern DWtype __muldi3 (DWtype, DWtype);
|
| libgcc2.c | 542 __muldi3 (DWtype u, DWtype v) 528 __muldi3 (DWtype u, DWtype v) function
|