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

/barrelfish-master/lib/compiler-rt/builtins/i386/
H A Dlshrdi3.S7 // di_int __lshrdi3(di_int input, int count);
21 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
35 END_COMPILERRT_FUNCTION(__lshrdi3)
41 DEFINE_COMPILERRT_FUNCTION(__lshrdi3)
57 END_COMPILERRT_FUNCTION(__lshrdi3)
/barrelfish-master/lib/compiler-rt/builtins/
H A Dlshrdi3.c1 //===-- lshrdi3.c - Implement __lshrdi3 -----------------------------------===//
9 // This file implements __lshrdi3 for the compiler_rt library.
19 COMPILER_RT_ABI di_int __lshrdi3(di_int a, si_int b) { function
37 COMPILER_RT_ALIAS(__lshrdi3, __aeabi_llsr)
H A Dapple_versioning.c101 NOT_HERE_BEFORE_10_6(__lshrdi3)
283 NOT_HERE_UNTIL_AFTER_4_3(__lshrdi3)
/barrelfish-master/lib/compiler-rt/test/
H A Dlshrdi3_test.c2 //===-- lshrdi3_test.c - Test __lshrdi3 -----------------------------------===//
10 // This file tests __lshrdi3 for the compiler_rt library.
21 COMPILER_RT_ABI di_int __lshrdi3(di_int a, si_int b);
25 di_int x = __lshrdi3(a, b);
27 printf("error in __lshrdi3: %llX >> %d = %llX, expected %llX\n",
28 a, b, __lshrdi3(a, b), expected);
/barrelfish-master/lib/libc/quad/
H A Dlshrdi3.c46 __lshrdi3(a, shift) function
/barrelfish-master/lib/compiler-rt/test/timing/
H A Dlshrdi3.c6 #define FUNCTION_NAME __lshrdi3

Completed in 82 milliseconds