Searched refs:__addvdi3 (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/
H A Daddvdi3.c1 /* ===-- addvdi3.c - Implement __addvdi3 -----------------------------------===
10 * This file implements __addvdi3 for the compiler_rt library.
23 __addvdi3(di_int a, di_int b) function
H A Dapple_versioning.c40 NOT_HERE_BEFORE_10_6(__addvdi3)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Daddvdi3_test.c1 //===-- addvdi3_test.c - Test __addvdi3 -----------------------------------===//
10 // This file tests __addvdi3 for the compiler_rt library.
21 di_int __addvdi3(di_int a, di_int b);
25 di_int x = __addvdi3(a, b);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DBCCRuntimeStub.h12 extern di_int __addvdi3(di_int, di_int);
H A DBCCRuntime.def34 DEF_LLVM_RUNTIME(__addvdi3)

Completed in 74 milliseconds