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

/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c664 UInt newECX = 0; local
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
673 resV->w32[0] = newECX;
732 UInt newECX = 0; local
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
741 resV->w32[0] = newECX;
H A Dguest_amd64_helpers.c3300 UInt newECX = resV.w32[0] & 0xFFFF; local
3301 return (newECX << 16) | (resOSZACP & 0x8D5);
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c145 UInt newECX = 0; local
148 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2));
151 newECX = intRes2 == 0 ? 16 : ctz32(intRes2);
154 *(UInt*)(&resV[0]) = newECX;
H A Dpcmpstr64w.c148 UInt newECX = 0; local
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2));
154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2);
157 resV->w32[0] = newECX;

Completed in 174 milliseconds