Searched refs:__lshrdi3 (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/lib/libc/quad/
H A DSymbol.map27 __lshrdi3;
H A Dlshrdi3.c46 __lshrdi3(a, shift) function
/freebsd-10-stable/contrib/compiler-rt/lib/i386/
H A Dlshrdi3.S6 // di_int __lshrdi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
39 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dlshrdi3.c1 /* ===-- lshrdi3.c - Implement __lshrdi3 -----------------------------------===
10 * This file implements __lshrdi3 for the compiler_rt library.
24 __lshrdi3(di_int a, si_int b)
/freebsd-10-stable/sys/libkern/
H A Dlshrdi3.c43 __lshrdi3(a, shift) function
H A Dquad.h106 quad_t __lshrdi3(quad_t, qshift_t);
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin-64.c49 uDI __lshrdi3 (uDI x, word_type c);
66 uDI __lshrdi3 (uDI x, word_type c) { return x >> c; } function
/freebsd-10-stable/contrib/gcc/
H A Dlibgcc2.h264 #define __lshrdi3 __NDW(lshr,3) macro
330 extern DWtype __lshrdi3 (DWtype, word_type);
H A Dlibgcc2.c423 __lshrdi3 (DWtype u, word_type b)
412 __lshrdi3 (DWtype u, word_type b) function

Completed in 116 milliseconds