HomeSort by: relevance | last modified time | path
    Searched defs:__lshrdi3 (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libc/arch/m68k/quad/
lshrdi3.S 39 ENTRY(__lshrdi3) function
61 END(__lshrdi3)
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
lshrdi3.c 1 /* ===-- lshrdi3.c - Implement __lshrdi3 -----------------------------------===
10 * This file implements __lshrdi3 for the compiler_rt library.
22 __lshrdi3(di_int a, si_int b) function
44 AEABI_RTABI di_int __aeabi_llsr(di_int a, si_int b) COMPILER_RT_ALIAS(__lshrdi3); variable
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-64.c 44 uDI __lshrdi3 (uDI x, word_type c);
61 uDI __lshrdi3 (uDI x, word_type c) { return x >> c; } function
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-64.c 44 uDI __lshrdi3 (uDI x, word_type c);
61 uDI __lshrdi3 (uDI x, word_type c) { return x >> c; } function
  /src/external/gpl3/gcc/dist/libgcc/config/xtensa/
lib1funcs.S 853 .global __lshrdi3
854 .type __lshrdi3, @function
855 __lshrdi3: label
867 .size __lshrdi3, . - __lshrdi3
  /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
lib1funcs.S 824 .global __lshrdi3
825 .type __lshrdi3, @function
826 __lshrdi3: label
838 .size __lshrdi3, . - __lshrdi3
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 292 #define __lshrdi3 __NDW(lshr,3) macro
418 extern DWtype __lshrdi3 (DWtype, shift_count_type);
libgcc2.c 395 __lshrdi3 (DWtype u, shift_count_type b)
384 __lshrdi3 (DWtype u, shift_count_type b) function
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 279 #define __lshrdi3 __NDW(lshr,3) macro
394 extern DWtype __lshrdi3 (DWtype, shift_count_type);
libgcc2.c 395 __lshrdi3 (DWtype u, shift_count_type b)
384 __lshrdi3 (DWtype u, shift_count_type b) function

Completed in 30 milliseconds