HomeSort by relevance Sort by last modified time
    Searched full:__ashldi3 (Results 1 - 25 of 314) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/libgcc/
__ashldi3.S 2 * arch/i386/libgcc/__ashldi3.S
8 .globl __ashldi3
9 .type __ashldi3,@function
10 __ashldi3: label
29 .size __ashldi3,.-__ashldi3
  /device/linaro/bootloader/edk2/ArmPkg/Library/GccLto/
liblto-arm.a 
liblto-arm.s 29 .long __ashldi3 - .
  /external/compiler-rt/lib/builtins/i386/
ashldi3.S 6 // di_int __ashldi3(di_int input, int count);
20 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
34 END_COMPILERRT_FUNCTION(__ashldi3)
40 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
55 END_COMPILERRT_FUNCTION(__ashldi3)
  /external/compiler-rt/test/builtins/Unit/
ashldi3_test.c 1 //===-- ashldi3_test.c - Test __ashldi3 -----------------------------------===//
10 // This file tests __ashldi3 for the compiler_rt library.
21 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b);
25 di_int x = __ashldi3(a, b);
27 printf("error in __ashldi3: %llX << %d = %llX, expected %llX\n",
28 a, b, __ashldi3(a, b), expected);
  /external/compiler-rt/lib/builtins/
ashldi3.c 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------===
10 * This file implements __ashldi3 for the compiler_rt library.
24 __ashldi3(di_int a, si_int b)
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
explicit_symbols.inc 21 EXPLICIT_SYMBOL(__ashldi3)
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathLShiftS64.S 26 ASM_GLOBAL ASM_PFX(__ashldi3)
30 # void __cdecl __ashldi3 (void)
33 ASM_PFX(__ashldi3):
MathLShiftS64.nasm 25 global ASM_PFX(__ashldi3)
28 ; void __cdecl __ashldi3 (void)
31 ASM_PFX(__ashldi3):
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
shldi3.S 26 ASM_GLOBAL ASM_PFX(__ashldi3)
30 # void __cdecl __ashldi3 (void)
33 ASM_PFX(__ashldi3):
  /device/google/contexthub/firmware/lib/builtins/
aeabi_llsl.c 1 /* ====-- ashldi3.c - Implement __ashldi3 -----------------------------------===
10 * This file implements __ashldi3 for the compiler_rt library.
  /external/compiler-rt/test/builtins/timing/
ashldi3.c 6 #define FUNCTION_NAME __ashldi3
  /external/llvm/lib/Support/Windows/
explicit_symbols.inc 27 EXPLICIT_SYMBOL(__ashldi3)
  /external/llvm/test/CodeGen/X86/
2007-10-16-CoalescerCrash.ll 3 define i64 @__ashldi3(i64 %u, i64 %b) {
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
2007-10-16-CoalescerCrash.ll 3 define i64 @__ashldi3(i64 %u, i64 %b) {
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libfmq.so 
libpagemap.so 
libnetutils.so 
libstagefright_soft_opusdec.so 
libstagefright_soft_vorbisdec.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libfmq.so 
libpagemap.so 
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ashldi3.S 17 ASM_FUNC(__ashldi3)
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-sp/
libbase.so 
libcompiler_rt.so 

Completed in 744 milliseconds

1 2 3 4 5 6 7 8 91011>>