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

  /external/valgrind/VEX/priv/
guest_generic_x87.c 590 static UInt ctz32 ( UInt x ) function
670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
    [all...]
  /external/valgrind/none/tests/amd64/
pcmpstr64w.c 68 UInt ctz32 ( UInt x ) function
154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
    [all...]
pcmpstr64.c 66 UInt ctz32 ( UInt x ) function
152 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
    [all...]

Completed in 203 milliseconds