Searched refs:__ashrdi3 (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/compiler-rt/lib/i386/
H A Dashrdi3.S6 // di_int __ashrdi3(di_int input, int count);
13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
49 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
/freebsd-10.2-release/lib/libc/quad/
H A Dashrdi3.c46 __ashrdi3(a, shift) function
/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dashrdi3.c1 /*===-- ashrdi3.c - Implement __ashrdi3 -----------------------------------===
10 * This file implements __ashrdi3 for the compiler_rt library.
24 __ashrdi3(di_int a, si_int b)
/freebsd-10.2-release/sys/libkern/
H A Dashrdi3.c43 __ashrdi3(a, shift) function
H A Dquad.h103 quad_t __ashrdi3(quad_t, qshift_t);
/freebsd-10.2-release/contrib/gcc/config/
H A Ddarwin-64.c44 DI __ashrdi3 (DI x, word_type c);
61 DI __ashrdi3 (DI x, word_type c) { return x >> c; } function
/freebsd-10.2-release/contrib/gcc/
H A Dlibgcc2.h266 #define __ashrdi3 __NDW(ashr,3) macro
332 extern DWtype __ashrdi3 (DWtype, word_type);
H A Dlibgcc2.c479 __ashrdi3 (DWtype u, word_type b)
468 __ashrdi3 (DWtype u, word_type b) function

Completed in 120 milliseconds