| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| ashldi3.S | 6 // di_int __ashldi3(di_int input, int count); 20 DEFINE_COMPILERRT_FUNCTION(__ashldi3) 34 END_COMPILERRT_FUNCTION(__ashldi3) 40 DEFINE_COMPILERRT_FUNCTION(__ashldi3) 55 END_COMPILERRT_FUNCTION(__ashldi3)
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| ashldi3.s | 34 ENTRY_NOPROFILE(__ashldi3)
|
| /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/sys/arch/x68k/stand/xxboot/ |
| ashldi3.S | 35 ASENTRY_NOPROFILE(__ashldi3) 79 jbsr __ashldi3 113 .asciz "__ashldi3"
|
| /src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
| ashldi3_test.c | 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===// 10 // This file tests __ashldi3 for the compiler_rt library. 21 di_int __ashldi3(di_int a, si_int b); 25 di_int x = __ashldi3(a, b); 27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n", 28 a, b, __ashldi3(a, b), expected);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
| ashldi3_test.c | 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===// 10 // This file tests __ashldi3 for the compiler_rt library. 21 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b); 25 di_int x = __ashldi3(a, b); 27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n", 28 a, b, __ashldi3(a, b), expected);
|
| /src/common/lib/libc/quad/ |
| ashldi3.c | 52 __ashldi3(quad_t a, qshift_t shift) function
|
| quad.h | 121 quad_t __ashldi3(quad_t, qshift_t);
|
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/ |
| ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|
| /src/sys/external/bsd/compiler_rt/dist/test/timing/ |
| ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|
| /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/frv/ |
| frv-abi.h | 146 #define DECLARE_LIBRARY_RENAMES CREATE_DOUBLE_SHIFT (__ashldi3,__sllll)
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/frv/ |
| frv-abi.h | 146 #define DECLARE_LIBRARY_RENAMES CREATE_DOUBLE_SHIFT (__ashldi3,__sllll)
|
| /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
|
| /src/external/apache2/llvm/autoconf/ |
| configure | 9546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __ashldi3 in -lgcc" >&5 9547 $as_echo_n "checking for __ashldi3 in -lgcc... " >&6; } 9562 char __ashldi3 (); 9566 return __ashldi3 ();
|