| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| muldi3.S | 33 # define __muldi3 __mulsi3 36 FUNC_BEGIN (__muldi3) 48 FUNC_END (__muldi3)
|
| multi3.c | 37 # define __multi3 __muldi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| muldi3.S | 33 # define __muldi3 __mulsi3 36 FUNC_BEGIN (__muldi3) 48 FUNC_END (__muldi3)
|
| multi3.c | 37 # define __multi3 __muldi3
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| muldi3.S | 6 // di_int __muldi3(di_int a, di_int b); 12 DEFINE_COMPILERRT_FUNCTION(__muldi3) 28 END_COMPILERRT_FUNCTION(__muldi3)
|
| /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/lib/libc/quad/TESTS/ |
| mul.c | 56 extern long long __muldi3(long long, long long); 69 m.q = __muldi3(a.q, b.q);
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| muldi3_test.c | 1 //===-- muldi3_test.c - Test __muldi3 -------------------------------------===// 10 // This file tests __muldi3 for the compiler_rt library. 17 di_int __muldi3(di_int a, di_int b); 21 di_int x = __muldi3(a, b); 23 printf("error in __muldi3: %lld * %lld = %lld, expected %lld\n", 24 a, b, __muldi3(a, b), expected);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| muldi3_test.c | 1 //===-- muldi3_test.c - Test __muldi3 -------------------------------------===// 10 // This file tests __muldi3 for the compiler_rt library. 17 COMPILER_RT_ABI di_int __muldi3(di_int a, di_int b); 21 di_int x = __muldi3(a, b); 23 printf("error in __muldi3: %lld * %lld = %lld, expected %lld\n", 24 a, b, __muldi3(a, b), expected);
|
| /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/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/arch/amiga/stand/bootblock/boot/ |
| muldi3.s | 33 ENTRY_NOPROFILE(__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/ |
| 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/frv/ |
| frv-abi.h | 167 RENAME_LIBRARY(__muldi3,__mulll) 168 RENAME_LIBRARY(__muldi3,__umulll)
|
| /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
|
| lib2hw_mul.S | 406 fake_func __muldi3 __mspabi_mpyll __mspabi_mpyll_hw 435 start_func __muldi3 __mspabi_mpyll __mspabi_mpyll_hw32 437 end_func __muldi3 468 start_func __muldi3 __mspabi_mpyll __mspabi_mpyll_f5hw 470 end_func __muldi3
|
| /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.old/dist/libgcc/config/frv/ |
| frv-abi.h | 167 RENAME_LIBRARY(__muldi3,__mulll) 168 RENAME_LIBRARY(__muldi3,__umulll)
|
| /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/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| muldi3.c | 6 #define FUNCTION_NAME __muldi3
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| muldi3.c | 6 #define FUNCTION_NAME __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
|
| quad.h | 141 quad_t __muldi3(quad_t, quad_t);
|