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

/vbox/src/recompiler/
H A Dhost-utils.h52 static inline int clz32(uint32_t val) function
91 return clz32(~val);
110 return cnt + clz32(val);

Completed in 43 milliseconds