Searched refs:__ashrdi3 (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/libbcc/runtime/test/Unit/ |
D | ashrdi3_test.c | 21 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/ |
D | ashrdi3.S | 13 DEFINE_COMPILERRT_FUNCTION(__ashrdi3) 49 DEFINE_COMPILERRT_FUNCTION(__ashrdi3)
|
/frameworks/compile/libbcc/runtime/lib/ |
D | ashrdi3.c | 22 __ashrdi3(di_int a, si_int b) in __ashrdi3() function
|
D | apple_versioning.c | 45 NOT_HERE_BEFORE_10_6(__ashrdi3)
|
/frameworks/compile/libbcc/runtime/test/timing/ |
D | ashrdi3.c | 6 #define FUNCTION_NAME __ashrdi3
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | RuntimeStub.h | 18 extern di_int __ashrdi3(di_int, si_int);
|
D | Runtime.def | 97 DEF_LLVM_RUNTIME(__ashrdi3)
|
/frameworks/compile/libbcc/runtime/ |
D | RuntimeDoc.rst | 11 __ashrdi3 : long (long a, int b) // a / 2**b (i.e. arithmetic a >> b) [[llvm]]
|
D | README.txt | 36 di_int __ashrdi3(di_int a, si_int b); // a >> b arithmetic (sign fill)
|