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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/i386/
H A Dashldi3.S7 // di_int __ashldi3(di_int input, int count);
21 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
35 END_COMPILERRT_FUNCTION(__ashldi3)
41 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
56 END_COMPILERRT_FUNCTION(__ashldi3)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dashldi3.c1 // ====-- ashldi3.c - Implement __ashldi3 ---------------------------------===//
9 // This file implements __ashldi3 for the compiler_rt library.
19 COMPILER_RT_ABI di_int __ashldi3(di_int a, int b) { function
37 COMPILER_RT_ALIAS(__ashldi3, __aeabi_llsl)
H A Dapple_versioning.c47 NOT_HERE_BEFORE_10_6(__ashldi3)
223 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
/freebsd-13-stable/sys/libkern/
H A Dashldi3.c46 __ashldi3(a, shift) function
71 return __ashldi3(a, b);
H A Dquad.h104 quad_t __ashldi3(quad_t, qshift_t);
/freebsd-13-stable/lib/libc/quad/
H A Dashldi3.c49 __ashldi3(quad_t a, qshift_t shift) function

Completed in 70 milliseconds