OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__addvsi3
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/runtime/lib/
addvsi3.c
1
/* ===-- addvsi3.c - Implement
__addvsi3
-----------------------------------===
10
* This file implements
__addvsi3
for the compiler_rt library.
23
__addvsi3
(si_int a, si_int b)
function
apple_versioning.c
41
NOT_HERE_BEFORE_10_6(
__addvsi3
)
/frameworks/compile/libbcc/runtime/test/Unit/
addvsi3_test.c
1
//===-- addvsi3_test.c - Test
__addvsi3
-----------------------------------===//
10
// This file tests
__addvsi3
for the compiler_rt library.
21
si_int
__addvsi3
(si_int a, si_int b);
25
si_int x =
__addvsi3
(a, b);
/frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h
13
extern si_int
__addvsi3
(si_int, si_int);
Runtime.def
35
DEF_LLVM_RUNTIME(
__addvsi3
)
/external/clang/utils/OptionalTests/Extra/Runtime/
darwin-clang_rt.c
152
si_int
__addvsi3
(si_int a, si_int b); // a + b
268
assert(
__addvsi3
(2, 3) == 5);
Completed in 39 milliseconds