HomeSort by relevance Sort by last modified time
    Searched defs:clz32 (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
guest_generic_x87.c 566 static UInt clz32 ( UInt x ) function
592 return 32 - clz32((~x) & (x-1));
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 44 UInt clz32 ( UInt x ) function
70 return 32 - clz32((~x) & (x-1));
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
    [all...]
pcmpstr64.c 42 UInt clz32 ( UInt x ) function
68 return 32 - clz32((~x) & (x-1));
149 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
    [all...]

Completed in 137 milliseconds