Searched refs:__ashrdi3 (Results 1 – 17 of 17) sorted by relevance
/external/syslinux/com32/lib/libgcc/ |
D | __ashrdi3.S | 8 .globl __ashrdi3 symbol 9 .type __ashrdi3,@function 10 __ashrdi3: label 29 .size __ashrdi3,.-__ashrdi3
|
/external/compiler-rt/lib/builtins/i386/ |
D | ashrdi3.S | 13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3) 44 END_COMPILERRT_FUNCTION(__ashrdi3) 50 DEFINE_COMPILERRT_FUNCTION(__ashrdi3) 66 END_COMPILERRT_FUNCTION(__ashrdi3)
|
/external/compiler-rt/test/builtins/Unit/ |
D | ashrdi3_test.c | 21 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/compiler-rt/lib/builtins/ |
D | ashrdi3.c | 24 __ashrdi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 54 NOT_HERE_BEFORE_10_6(__ashrdi3) 231 NOT_HERE_UNTIL_AFTER_4_3(__ashrdi3)
|
D | README.txt | 36 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
|
/external/compiler-rt/test/builtins/timing/ |
D | ashrdi3.c | 6 #define FUNCTION_NAME __ashrdi3
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | explicit_symbols.inc | 24 EXPLICIT_SYMBOL(__ashrdi3)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 30 EXPLICIT_SYMBOL(__ashrdi3)
|
/external/syslinux/mk/ |
D | lib.mk | 130 libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o \ 199 libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o \
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 165 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
|
/external/llvm/cmake/ |
D | config-ix.cmake | 221 check_function_exists(__ashrdi3 HAVE___ASHRDI3)
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 364 /* Have host's __ashrdi3 */
|
/external/swiftshader/third_party/LLVM/include/llvm/Config/ |
D | config.h.in | 492 /* Have host's __ashrdi3 */
|
D | config.h.cmake | 494 /* Have host's __ashrdi3 */
|
/external/swiftshader/third_party/LLVM/autoconf/ |
D | configure.ac | 1303 AC_CHECK_LIB(gcc,__ashrdi3,AC_DEFINE([HAVE___ASHRDI3],[1],[Have host's __ashrdi3]))
|
/external/swiftshader/third_party/LLVM/ |
D | configure | 16635 char __ashrdi3 (); 16639 return __ashrdi3 ();
|