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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/
lshrdi3.S 6 // di_int __lshrdi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
34 END_COMPILERRT_FUNCTION(__lshrdi3)
40 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
56 END_COMPILERRT_FUNCTION(__lshrdi3)
  /src/common/lib/libc/quad/
lshrdi3.c 47 ARM_EABI_ALIAS(__aeabi_llsr, __lshrdi3) /* no semicolon */
53 __lshrdi3(quad_t a, qshift_t shift)
quad.h 139 quad_t __lshrdi3(quad_t, qshift_t);
  /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/sys/external/bsd/compiler_rt/dist/test/Unit/
lshrdi3_test.c 1 //===-- lshrdi3_test.c - Test __lshrdi3 -----------------------------------===//
10 // This file tests __lshrdi3 for the compiler_rt library.
21 di_int __lshrdi3(di_int a, si_int b);
25 di_int x = __lshrdi3(a, b);
27 printf("error in __lshrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __lshrdi3(a, b), expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
lshrdi3_test.c 1 //===-- lshrdi3_test.c - Test __lshrdi3 -----------------------------------===//
10 // This file tests __lshrdi3 for the compiler_rt library.
21 COMPILER_RT_ABI di_int __lshrdi3(di_int a, si_int b);
25 di_int x = __lshrdi3(a, b);
27 printf("error in __lshrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __lshrdi3(a, b), expected);
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
lshrdi3.c 6 #define FUNCTION_NAME __lshrdi3
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
lshrdi3.c 6 #define FUNCTION_NAME __lshrdi3
  /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/frv/
frv-abi.h 150 #define DECLARE_LIBRARY_RENAMES CREATE_DOUBLE_SHIFT (__lshrdi3,__srlll)
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frv-abi.h 150 #define DECLARE_LIBRARY_RENAMES CREATE_DOUBLE_SHIFT (__lshrdi3,__srlll)
  /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
  /src/external/apache2/llvm/autoconf/
configure 9798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __lshrdi3 in -lgcc" >&5
9799 $as_echo_n "checking for __lshrdi3 in -lgcc... " >&6; }
9814 char __lshrdi3 ();
9818 return __lshrdi3 ();

Completed in 80 milliseconds