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

/freebsd-10.0-release/lib/libc/quad/
H A DSymbol.map14 __ashldi3;
H A Dashldi3.c47 __ashldi3(a, shift) function
/freebsd-10.0-release/sys/libkern/
H A Dashldi3.c44 __ashldi3(a, shift) function
69 return __ashldi3(a, b);
H A Dquad.h102 quad_t __ashldi3(quad_t, qshift_t);
/freebsd-10.0-release/contrib/compiler-rt/lib/i386/
H A Dashldi3.S6 // di_int __ashldi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
39 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
/freebsd-10.0-release/contrib/compiler-rt/lib/
H A Dashldi3.c1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------===
10 * This file implements __ashldi3 for the compiler_rt library.
24 __ashldi3(di_int a, si_int b)
/freebsd-10.0-release/contrib/gcc/config/
H A Ddarwin-64.c43 DI __ashldi3 (DI x, word_type c);
60 DI __ashldi3 (DI x, word_type c) { return x << c; } function
/freebsd-10.0-release/contrib/gcc/
H A Dlibgcc2.h265 #define __ashldi3 __NDW(ashl,3) macro
331 extern DWtype __ashldi3 (DWtype, word_type);
H A Dlibgcc2.c451 __ashldi3 (DWtype u, word_type b)
440 __ashldi3 (DWtype u, word_type b) function

Completed in 93 milliseconds