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

/external/valgrind/VEX/priv/
H A Dguest_generic_x87.c566 static UInt clz32 ( UInt x ) function
592 return 32 - clz32((~x) & (x-1));
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
/external/valgrind/none/tests/amd64/
H A Dpcmpstr64w.c44 UInt clz32 ( UInt x ) function
70 return 32 - clz32((~x) & (x-1));
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
H A Dpcmpstr64.c42 UInt clz32 ( UInt x ) function
68 return 32 - clz32((~x) & (x-1));
149 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
/external/v8/src/asmjs/
H A Dasm-js.cc134 STDLIB_MATH_FUNC(MathClz32, clz32)
/external/v8/src/
H A Dobjects.h6863 V(Math, clz32, MathClz32) \

Completed in 117 milliseconds