Home
last modified time | relevance | path

Searched defs:__clzsi2 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/builtins/
H A Dclzsi2.c19 COMPILER_RT_ABI int __clzsi2(si_int a) { in __clzsi2() function
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-64.c62 int __clzsi2 (uSI x) { return __builtin_clz (x); } in __clzsi2() function