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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h612 static int8 countLeadingZeros32( bits32 a ) function
664 shiftCount += countLeadingZeros32( a );

Completed in 44 milliseconds