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

/frameworks/compile/libbcc/runtime/lib/
H A Dabsvsi2.c1 /* ===-- absvsi2.c - Implement __absvsi2 -----------------------------------===
10 * This file implements __absvsi2 for the compiler_rt library.
23 __absvsi2(si_int a) function
H A Dapple_versioning.c38 NOT_HERE_BEFORE_10_6(__absvsi2)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dabsvsi2_test.c1 //===-- absvsi2_test.c - Test __absvsi2 -----------------------------------===//
10 // This file tests __absvsi2 for the compiler_rt library.
22 si_int __absvsi2(si_int a);
26 si_int x = __absvsi2(a);
31 printf("error in __absvsi2(0x%X) = %d, expected positive %d\n",
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DRuntimeStub.h11 extern si_int __absvsi2(si_int);
H A DRuntime.def29 DEF_LLVM_RUNTIME(__absvsi2)

Completed in 1841 milliseconds