Home | History | Annotate | Download | only in amd64

Lines Matching defs:clz32

44 UInt clz32 ( UInt x )
70 return 32 - clz32((~x) & (x-1));
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));