Home
last modified time | relevance | path

Searched refs:__addvsi3 (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Daddvsi3_test.c21 si_int __addvsi3(si_int a, si_int b);
25 si_int x = __addvsi3(a, b); in test__addvsi3()
/frameworks/compile/libbcc/runtime/lib/
Daddvsi3.c23 __addvsi3(si_int a, si_int b) in __addvsi3() function
Dapple_versioning.c41 NOT_HERE_BEFORE_10_6(__addvsi3)
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntimeStub.h13 extern si_int __addvsi3(si_int, si_int);
DRuntime.def35 DEF_LLVM_RUNTIME(__addvsi3)
/frameworks/compile/libbcc/runtime/
DRuntimeDoc.rst32 __addvsi3 : int (int a, int b) // a + b [[llvm]]
DREADME.txt93 si_int __addvsi3(si_int a, si_int b); // a + b