Home
last modified time | relevance | path

Searched refs:__ashrdi3 (Results 1 – 25 of 26) sorted by relevance

12

/external/compiler-rt/lib/builtins/i386/
Dashrdi3.S13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
44 END_COMPILERRT_FUNCTION(__ashrdi3)
50 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
66 END_COMPILERRT_FUNCTION(__ashrdi3)
/external/u-boot/arch/arm/lib/
Dashrdi3.S17 .pushsection .text.__ashrdi3, "ax"
18 ENTRY(__ashrdi3)
31 ENDPROC(__ashrdi3)
/external/compiler-rt/test/builtins/Unit/
Dashrdi3_test.c21 COMPILER_RT_ABI di_int __ashrdi3(di_int a, si_int b);
25 di_int x = __ashrdi3(a, b); in test__ashrdi3()
28 a, b, __ashrdi3(a, b), expected); in test__ashrdi3()
/external/u-boot/arch/powerpc/lib/
D_ashrdi3.S31 .globl __ashrdi3 symbol
32 __ashrdi3: label
/external/u-boot/arch/sh/lib/
Dashrdi3.c3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() function
/external/u-boot/arch/mips/lib/
Dashrdi3.c3 long long __ashrdi3(long long u, word_type b) in __ashrdi3() function
/external/compiler-rt/lib/builtins/
Dashrdi3.c24 __ashrdi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
Dapple_versioning.c54 NOT_HERE_BEFORE_10_6(__ashrdi3)
231 NOT_HERE_UNTIL_AFTER_4_3(__ashrdi3)
DREADME.txt36 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
/external/compiler-rt/test/builtins/timing/
Dashrdi3.c6 #define FUNCTION_NAME __ashrdi3
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc24 EXPLICIT_SYMBOL(__ashrdi3)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc30 EXPLICIT_SYMBOL(__ashrdi3)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dshifts.ll26 ; RV32I-NEXT: call __ashrdi3
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc30 EXPLICIT_SYMBOL(__ashrdi3)
/external/u-boot/arch/arc/lib/
Dlibgcc2.c32 __ashrdi3(DWtype u, shift_count_type b) in __ashrdi3() function
/external/u-boot/arch/nios2/lib/
Dlibgcc.c77 __ashrdi3 (DWtype u, word_type b) in __ashrdi3() function
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake165 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dconfig.h.cmake244 /* Have host's __ashrdi3 */
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def44 HANDLE_LIBCALL(SRA_I64, "__ashrdi3")
/external/llvm/cmake/
Dconfig-ix.cmake221 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/
Dconfig-ix.cmake227 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
/external/llvm/include/llvm/Config/
Dconfig.h.cmake364 /* Have host's __ashrdi3 */
/external/swiftshader/third_party/LLVM/include/llvm/Config/
Dconfig.h.in492 /* Have host's __ashrdi3 */
Dconfig.h.cmake494 /* Have host's __ashrdi3 */
/external/swiftshader/third_party/LLVM/autoconf/
Dconfigure.ac1303 AC_CHECK_LIB(gcc,__ashrdi3,AC_DEFINE([HAVE___ASHRDI3],[1],[Have host's __ashrdi3]))

12