Home
last modified time | relevance | path

Searched refs:__ashldi3 (Results 1 – 25 of 33) sorted by relevance

12

/external/compiler-rt/lib/builtins/i386/
Dashldi3.S20 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
34 END_COMPILERRT_FUNCTION(__ashldi3)
40 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
55 END_COMPILERRT_FUNCTION(__ashldi3)
/external/llvm-project/compiler-rt/lib/builtins/i386/
Dashldi3.S21 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
35 END_COMPILERRT_FUNCTION(__ashldi3)
41 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
56 END_COMPILERRT_FUNCTION(__ashldi3)
/external/llvm-project/compiler-rt/test/builtins/Unit/
Dashldi3_test.c11 COMPILER_RT_ABI di_int __ashldi3(di_int a, int b);
15 di_int x = __ashldi3(a, b); in test__ashldi3()
18 a, b, __ashldi3(a, b), expected); in test__ashldi3()
/external/compiler-rt/test/builtins/Unit/
Dashldi3_test.c21 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b);
25 di_int x = __ashldi3(a, b); in test__ashldi3()
28 a, b, __ashldi3(a, b), expected); in test__ashldi3()
/external/llvm-project/compiler-rt/lib/builtins/
Dashldi3.c19 COMPILER_RT_ABI di_int __ashldi3(di_int a, int b) { in __ashldi3() function
37 COMPILER_RT_ALIAS(__ashldi3, __aeabi_llsl)
Dapple_versioning.c47 NOT_HERE_BEFORE_10_6(__ashldi3)
223 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
/external/compiler-rt/lib/builtins/
Dashldi3.c24 __ashldi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
Dapple_versioning.c52 NOT_HERE_BEFORE_10_6(__ashldi3)
230 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
/external/compiler-rt/test/builtins/timing/
Dashldi3.c6 #define FUNCTION_NAME __ashldi3
/external/llvm-project/compiler-rt/test/builtins/timing/
Dashldi3.c6 #define FUNCTION_NAME __ashldi3
/external/llvm-project/llvm/test/CodeGen/Lanai/
Dlshift64.ll6 ; CHECKT: bt __ashldi3
/external/llvm-project/llvm/test/CodeGen/X86/
D2007-10-16-CoalescerCrash.ll3 define i64 @__ashldi3(i64 %u, i64 %b) {
/external/llvm/test/CodeGen/X86/
D2007-10-16-CoalescerCrash.ll3 define i64 @__ashldi3(i64 %u, i64 %b) {
/external/llvm-project/llvm/test/CodeGen/ARM/
Dshift_minsize.ll5 ; CHECK-WIN-NOT: __ashldi3
Dhoist-and-by-const-from-lshr-in-eqcmp-zero.ll345 ; THUMB6-NEXT: bl __ashldi3
407 ; THUMB6-NEXT: bl __ashldi3
461 ; THUMB6-NEXT: bl __ashldi3
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc27 EXPLICIT_SYMBOL(__ashldi3)
/external/llvm-project/llvm/test/CodeGen/AVR/
Dshift.ll49 ; CHECK: call __ashldi3
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc27 EXPLICIT_SYMBOL(__ashldi3)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc27 EXPLICIT_SYMBOL(__ashldi3)
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dshifts.ll132 ; RV32I-NEXT: call __ashldi3
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/
Dconfig.h.cmake244 /* Have host's __ashldi3 */
/external/llvm-project/llvm/include/llvm/Config/
Dconfig.h.cmake244 /* Have host's __ashldi3 */
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def35 HANDLE_LIBCALL(SHL_I64, "__ashldi3")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def35 HANDLE_LIBCALL(SHL_I64, "__ashldi3")
/external/llvm/cmake/
Dconfig-ix.cmake220 check_function_exists(__ashldi3 HAVE___ASHLDI3)

12