Searched refs:__lshrdi3 (Results 1 – 25 of 31) sorted by relevance
12
/external/compiler-rt/lib/builtins/i386/ |
D | lshrdi3.S | 20 DEFINE_COMPILERRT_FUNCTION(__lshrdi3) 34 END_COMPILERRT_FUNCTION(__lshrdi3) 40 DEFINE_COMPILERRT_FUNCTION(__lshrdi3) 56 END_COMPILERRT_FUNCTION(__lshrdi3)
|
/external/llvm-project/compiler-rt/lib/builtins/i386/ |
D | lshrdi3.S | 21 DEFINE_COMPILERRT_FUNCTION(__lshrdi3) 35 END_COMPILERRT_FUNCTION(__lshrdi3) 41 DEFINE_COMPILERRT_FUNCTION(__lshrdi3) 57 END_COMPILERRT_FUNCTION(__lshrdi3)
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | lshrdi3_test.c | 11 COMPILER_RT_ABI di_int __lshrdi3(di_int a, int b); 15 di_int x = __lshrdi3(a, b); in test__lshrdi3() 18 a, b, __lshrdi3(a, b), expected); in test__lshrdi3()
|
/external/compiler-rt/test/builtins/Unit/ |
D | lshrdi3_test.c | 21 COMPILER_RT_ABI di_int __lshrdi3(di_int a, si_int b); 25 di_int x = __lshrdi3(a, b); in test__lshrdi3() 28 a, b, __lshrdi3(a, b), expected); in test__lshrdi3()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | lshrdi3.c | 19 COMPILER_RT_ABI di_int __lshrdi3(di_int a, int b) { in __lshrdi3() function 37 COMPILER_RT_ALIAS(__lshrdi3, __aeabi_llsr)
|
D | apple_versioning.c | 101 NOT_HERE_BEFORE_10_6(__lshrdi3) 283 NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
|
D | README.txt | 43 di_int __lshrdi3(di_int a, si_int b); // a >> b logical (zero fill)
|
/external/llvm-project/llvm/test/CodeGen/Lanai/ |
D | rshift64.ll | 6 ; CHECK-NOT: bt __lshrdi3
|
/external/llvm/test/CodeGen/Lanai/ |
D | rshift64.ll | 6 ; CHECK-NOT: bt __lshrdi3
|
/external/compiler-rt/lib/builtins/ |
D | lshrdi3.c | 24 __lshrdi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
|
D | apple_versioning.c | 106 NOT_HERE_BEFORE_10_6(__lshrdi3) 290 NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
|
D | README.txt | 38 di_int __lshrdi3(di_int a, si_int b); // a >> b logical (zero fill)
|
/external/compiler-rt/test/builtins/timing/ |
D | lshrdi3.c | 6 #define FUNCTION_NAME __lshrdi3
|
/external/llvm-project/compiler-rt/test/builtins/timing/ |
D | lshrdi3.c | 6 #define FUNCTION_NAME __lshrdi3
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | shift_minsize.ll | 7 ; CHECK-WIN-NOT: __lshrdi3
|
D | hoist-and-by-const-from-shl-in-eqcmp-zero.ll | 422 ; THUMB6-NEXT: bl __lshrdi3 460 ; THUMB6-NEXT: bl __lshrdi3 531 ; THUMB6-NEXT: bl __lshrdi3
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 57 EXPLICIT_SYMBOL(__lshrdi3)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 57 EXPLICIT_SYMBOL(__lshrdi3)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 57 EXPLICIT_SYMBOL(__lshrdi3)
|
/external/llvm-project/llvm/include/llvm/Config/ |
D | config.h.cmake | 271 /* Have host's __lshrdi3 */
|
/external/llvm-project/llvm/test/CodeGen/RISCV/ |
D | shifts.ll | 42 ; RV32I-NEXT: call __lshrdi3
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Config/ |
D | config.h.cmake | 271 /* Have host's __lshrdi3 */
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 39 HANDLE_LIBCALL(SRL_I64, "__lshrdi3")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 39 HANDLE_LIBCALL(SRL_I64, "__lshrdi3")
|
/external/llvm/cmake/ |
D | config-ix.cmake | 226 check_function_exists(__lshrdi3 HAVE___LSHRDI3)
|
12