Home
last modified time | relevance | path

Searched refs:__lshrdi3 (Results 1 – 25 of 32) sorted by relevance

12

/external/compiler-rt/lib/builtins/i386/
Dlshrdi3.S20 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
34 END_COMPILERRT_FUNCTION(__lshrdi3)
40 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
56 END_COMPILERRT_FUNCTION(__lshrdi3)
/external/compiler-rt/test/builtins/Unit/
Dlshrdi3_test.c21 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/u-boot/arch/powerpc/lib/
D_lshrdi3.S31 .globl __lshrdi3 symbol
32 __lshrdi3: label
/external/u-boot/arch/arm/lib/
Dlshrdi3.S18 ENTRY(__lshrdi3)
31 ENDPROC(__lshrdi3)
/external/u-boot/arch/x86/lib/
Ddiv64.c37 u64 __lshrdi3(u64 num, unsigned int shift) in __lshrdi3() function
84 u64 limit = __lshrdi3(dividend, 1); in _64bit_divide()
/external/llvm/test/CodeGen/Lanai/
Drshift64.ll6 ; CHECK-NOT: bt __lshrdi3
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Lanai/
Drshift64.ll6 ; CHECK-NOT: bt __lshrdi3
/external/u-boot/arch/mips/lib/
Dlshrdi3.c3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() function
/external/u-boot/arch/sh/lib/
Dlshrdi3.c3 long long __lshrdi3(long long u, word_type b) in __lshrdi3() function
/external/compiler-rt/lib/builtins/
Dlshrdi3.c24 __lshrdi3(di_int a, si_int b) in ARM_EABI_FNALIAS()
Dapple_versioning.c106 NOT_HERE_BEFORE_10_6(__lshrdi3)
290 NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
DREADME.txt38 di_int __lshrdi3(di_int a, si_int b); // a >> b logical (zero fill)
/external/compiler-rt/test/builtins/timing/
Dlshrdi3.c6 #define FUNCTION_NAME __lshrdi3
/external/u-boot/arch/m68k/lib/
Dlshrdi3.c24 DItype __lshrdi3 (DItype u, word_type b) in __lshrdi3() function
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dexplicit_symbols.inc51 EXPLICIT_SYMBOL(__lshrdi3)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc57 EXPLICIT_SYMBOL(__lshrdi3)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dshifts.ll13 ; RV32I-NEXT: call __lshrdi3
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc57 EXPLICIT_SYMBOL(__lshrdi3)
/external/u-boot/arch/arc/lib/
Dlibgcc2.c56 __lshrdi3(DWtype u, shift_count_type b) in __lshrdi3() function
/external/u-boot/arch/nios2/lib/
Dlibgcc.c104 __lshrdi3 (DWtype u, word_type b) in __lshrdi3() function
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake170 check_function_exists(__lshrdi3 HAVE___LSHRDI3)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dconfig.h.cmake268 /* Have host's __lshrdi3 */
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def40 HANDLE_LIBCALL(SRL_I64, "__lshrdi3")
/external/llvm/cmake/
Dconfig-ix.cmake226 check_function_exists(__lshrdi3 HAVE___LSHRDI3)
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/
Dconfig-ix.cmake232 check_function_exists(__lshrdi3 HAVE___LSHRDI3)

12