Searched refs:__paritysi2 (Results 1 - 6 of 6) sorted by last modified time

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DBCCRuntime.def219 DEF_LLVM_RUNTIME(__paritysi2)
H A DBCCRuntimeStub.h66 extern si_int __paritysi2(si_int);
/frameworks/compile/libbcc/runtime/lib/
H A Dapple_versioning.c116 NOT_HERE_BEFORE_10_6(__paritysi2)
H A Dparitydi2.c19 si_int __paritysi2(si_int a);
26 return __paritysi2(x.s.high ^ x.s.low);
H A Dparitysi2.c1 /* ===-- paritysi2.c - Implement __paritysi2 -------------------------------===
10 * This file implements __paritysi2 for the compiler_rt library.
20 __paritysi2(si_int a) function
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dparitysi2_test.c1 //===-- paritysi2_test.c - Test __paritysi2 -------------------------------===//
10 // This file tests __paritysi2 for the compiler_rt library.
20 si_int __paritysi2(si_int a);
32 si_int x = __paritysi2(a);
35 printf("error in __paritysi2(0x%X) = %d, expected %d\n",

Completed in 84 milliseconds