Searched refs:__clzsi2 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/builtins/arm/
H A Dclzsi2.S1 /* ===-- clzsi2.c - Implement __clzsi2 -------------------------------------===
23 DEFINE_COMPILERRT_FUNCTION(__clzsi2)
72 END_COMPILERRT_FUNCTION(__clzsi2)
/external/compiler-rt/lib/builtins/
H A Dclzsi2.c1 /* ===-- clzsi2.c - Implement __clzsi2 -------------------------------------===
10 * This file implements __clzsi2 for the compiler_rt library.
22 __clzsi2(si_int a) function
H A Dapple_versioning.c58 NOT_HERE_BEFORE_10_6(__clzsi2)
235 NOT_HERE_UNTIL_AFTER_4_3(__clzsi2)
/external/compiler-rt/test/builtins/Unit/
H A Dclzsi2_test.c1 //===-- clzsi2_test.c - Test __clzsi2 -------------------------------------===//
10 // This file tests __clzsi2 for the compiler_rt library.
21 si_int __clzsi2(si_int a);
25 si_int x = __clzsi2(a);
27 printf("error in __clzsi2(0x%X) = %d, expected %d\n", a, x, expected);

Completed in 137 milliseconds