Searched refs:__ashldi3 (Results 1 – 25 of 33) sorted by relevance
12
/external/compiler-rt/lib/builtins/i386/ |
D | ashldi3.S | 20 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/ |
D | ashldi3.S | 21 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/ |
D | ashldi3_test.c | 11 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/ |
D | ashldi3_test.c | 21 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/ |
D | ashldi3.c | 19 COMPILER_RT_ABI di_int __ashldi3(di_int a, int b) { in __ashldi3() function 37 COMPILER_RT_ALIAS(__ashldi3, __aeabi_llsl)
|
D | apple_versioning.c | 47 NOT_HERE_BEFORE_10_6(__ashldi3) 223 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
|
/external/compiler-rt/lib/builtins/ |
D | ashldi3.c | 24 __ashldi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 52 NOT_HERE_BEFORE_10_6(__ashldi3) 230 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
|
/external/compiler-rt/test/builtins/timing/ |
D | ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|
/external/llvm-project/compiler-rt/test/builtins/timing/ |
D | ashldi3.c | 6 #define FUNCTION_NAME __ashldi3
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | lshift64.ll | 6 ; CHECKT: bt __ashldi3
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2007-10-16-CoalescerCrash.ll | 3 define i64 @__ashldi3(i64 %u, i64 %b) {
|
/external/llvm/test/CodeGen/X86/ |
D | 2007-10-16-CoalescerCrash.ll | 3 define i64 @__ashldi3(i64 %u, i64 %b) {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | shift_minsize.ll | 5 ; CHECK-WIN-NOT: __ashldi3
|
D | hoist-and-by-const-from-lshr-in-eqcmp-zero.ll | 345 ; THUMB6-NEXT: bl __ashldi3 407 ; THUMB6-NEXT: bl __ashldi3 461 ; THUMB6-NEXT: bl __ashldi3
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 27 EXPLICIT_SYMBOL(__ashldi3)
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | shift.ll | 49 ; CHECK: call __ashldi3
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 27 EXPLICIT_SYMBOL(__ashldi3)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 27 EXPLICIT_SYMBOL(__ashldi3)
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | shifts.ll | 132 ; RV32I-NEXT: call __ashldi3
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 244 /* Have host's __ashldi3 */
|
/external/llvm-project/llvm/include/llvm/Config/ |
D | config.h.cmake | 244 /* Have host's __ashldi3 */
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 35 HANDLE_LIBCALL(SHL_I64, "__ashldi3")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 35 HANDLE_LIBCALL(SHL_I64, "__ashldi3")
|
/external/llvm/cmake/ |
D | config-ix.cmake | 220 check_function_exists(__ashldi3 HAVE___ASHLDI3)
|
12