| /src/common/lib/libc/quad/ |
| ashldi3.c | 52 __ashldi3(quad_t a, qshift_t shift) function
|
| /src/lib/libc/arch/m68k/quad/ |
| ashldi3.S | 39 ENTRY(__ashldi3) function 61 END(__ashldi3)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| ashldi3.c | 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------=== 10 * This file implements __ashldi3 for the compiler_rt library. 22 __ashldi3(di_int a, si_int b) function 44 AEABI_RTABI di_int __aeabi_llsl(di_int a, si_int b) COMPILER_RT_ALIAS(__ashldi3); variable
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 38 DI __ashldi3 (DI x, word_type c); 55 DI __ashldi3 (DI x, word_type c) { return x << c; } function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 38 DI __ashldi3 (DI x, word_type c); 55 DI __ashldi3 (DI x, word_type c) { return x << c; } function
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| lib1funcs.S | 811 .global __ashldi3 812 .type __ashldi3, @function 813 __ashldi3: label 825 .size __ashldi3, . - __ashldi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| lib1funcs.S | 782 .global __ashldi3 783 .type __ashldi3, @function 784 __ashldi3: label 796 .size __ashldi3, . - __ashldi3
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 293 #define __ashldi3 __NDW(ashl,3) macro 419 extern DWtype __ashldi3 (DWtype, shift_count_type);
|
| libgcc2.c | 423 __ashldi3 (DWtype u, shift_count_type b) 412 __ashldi3 (DWtype u, shift_count_type b) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 280 #define __ashldi3 __NDW(ashl,3) macro 395 extern DWtype __ashldi3 (DWtype, shift_count_type);
|
| libgcc2.c | 423 __ashldi3 (DWtype u, shift_count_type b) 412 __ashldi3 (DWtype u, shift_count_type b) function
|