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

/vbox/src/recompiler/
H A Dhost-utils.h94 static inline int clz64(uint64_t val) function
116 return clz64(~val);

Completed in 59 milliseconds