Home | History | Annotate | Download | only in priv

Lines Matching defs:clz32

566 static UInt clz32 ( UInt x )
592 return 32 - clz32((~x) & (x-1));
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));