| /src/lib/libc/arch/m68k/quad/ |
| ashrdi3.S | 39 ENTRY(__ashrdi3) function 62 END(__ashrdi3)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| ashrdi3.c | 1 /*===-- ashrdi3.c - Implement __ashrdi3 -----------------------------------=== 10 * This file implements __ashrdi3 for the compiler_rt library. 22 __ashrdi3(di_int a, si_int b) function 45 AEABI_RTABI di_int __aeabi_lasr(di_int a, si_int b) COMPILER_RT_ALIAS(__ashrdi3); variable
|
| /src/external/gpl3/gcc/dist/libgcc/config/ |
| darwin-64.c | 39 DI __ashrdi3 (DI x, word_type c); 56 DI __ashrdi3 (DI x, word_type c) { return x >> c; } function
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ |
| darwin-64.c | 39 DI __ashrdi3 (DI x, word_type c); 56 DI __ashrdi3 (DI x, word_type c) { return x >> c; } function
|
| /src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
| lib1funcs.S | 832 .global __ashrdi3 833 .type __ashrdi3, @function 834 __ashrdi3: label 846 .size __ashrdi3, . - __ashrdi3
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| lib1funcs.S | 803 .global __ashrdi3 804 .type __ashrdi3, @function 805 __ashrdi3: label 817 .size __ashrdi3, . - __ashrdi3
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.h | 294 #define __ashrdi3 __NDW(ashr,3) macro 420 extern DWtype __ashrdi3 (DWtype, shift_count_type);
|
| libgcc2.c | 451 __ashrdi3 (DWtype u, shift_count_type b) 440 __ashrdi3 (DWtype u, shift_count_type b) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.h | 281 #define __ashrdi3 __NDW(ashr,3) macro 396 extern DWtype __ashrdi3 (DWtype, shift_count_type);
|
| libgcc2.c | 451 __ashrdi3 (DWtype u, shift_count_type b) 440 __ashrdi3 (DWtype u, shift_count_type b) function
|