Searched refs:__ashldi3 (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dashldi3.S7 // di_int __ashldi3(di_int input, int count);
21 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
35 END_COMPILERRT_FUNCTION(__ashldi3)
41 DEFINE_COMPILERRT_FUNCTION(__ashldi3)
56 END_COMPILERRT_FUNCTION(__ashldi3)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dashldi3.c1 // ====-- ashldi3.c - Implement __ashldi3 ---------------------------------===//
9 // This file implements __ashldi3 for the compiler_rt library.
19 COMPILER_RT_ABI di_int __ashldi3(di_int a, si_int b) { function
37 COMPILER_RT_ALIAS(__ashldi3, __aeabi_llsl)
H A Dapple_versioning.c47 NOT_HERE_BEFORE_10_6(__ashldi3)
223 NOT_HERE_UNTIL_AFTER_4_3(__ashldi3)
/barrelfish-master/lib/compiler-rt/test/
H A Dashldi3_test.c2 //===-- 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);
/barrelfish-master/lib/libc/quad/
H A Dashldi3.c47 __ashldi3(a, shift) function
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dashldi3.c6 #define FUNCTION_NAME __ashldi3

Completed in 98 milliseconds