Home
last modified time | relevance | path

Searched refs:__ashrdi3 (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Dashrdi3_test.c21 di_int __ashrdi3(di_int a, si_int b);
25 di_int x = __ashrdi3(a, b); in test__ashrdi3()
28 a, b, __ashrdi3(a, b), expected); in test__ashrdi3()
/frameworks/compile/libbcc/runtime/lib/i386/
Dashrdi3.S13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
49 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
/frameworks/compile/libbcc/runtime/lib/
Dashrdi3.c22 __ashrdi3(di_int a, si_int b) in __ashrdi3() function
Dapple_versioning.c45 NOT_HERE_BEFORE_10_6(__ashrdi3)
/frameworks/compile/libbcc/runtime/test/timing/
Dashrdi3.c6 #define FUNCTION_NAME __ashrdi3
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h18 extern di_int __ashrdi3(di_int, si_int);
DRuntime.def97 DEF_LLVM_RUNTIME(__ashrdi3)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst11 __ashrdi3 : long (long a, int b) // a / 2**b (i.e. arithmetic a >> b) [[llvm]]
DREADME.txt36 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)