Home
last modified time | relevance | path

Searched refs:newECX (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_generic_x87.c664 UInt newECX = 0; in compute_PCMPxSTRx_gen_output() local
667 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2)); in compute_PCMPxSTRx_gen_output()
670 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output()
673 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output()
732 UInt newECX = 0; in compute_PCMPxSTRx_gen_output_wide() local
735 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2)); in compute_PCMPxSTRx_gen_output_wide()
738 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in compute_PCMPxSTRx_gen_output_wide()
741 resV->w32[0] = newECX; in compute_PCMPxSTRx_gen_output_wide()
Dguest_amd64_helpers.c3553 UInt newECX = resV.w32[0] & 0xFFFF; in amd64g_dirtyhelper_PCMPxSTRx() local
3554 return (newECX << 16) | (resOSZACP & 0x8D5); in amd64g_dirtyhelper_PCMPxSTRx()
Dguest_amd64_toIR.c18119 IRExpr *newECX = math_CTZ32(binop(Iop_Or32, in dis_PCMPISTRI_3A() local
18123 putIReg32(R_RCX, newECX); in dis_PCMPISTRI_3A()
/external/valgrind/none/tests/amd64/
Dpcmpstr64w.c148 UInt newECX = 0; in PCMPxSTRx_WRK_gen_output_fmt_I_wide() local
151 newECX = intRes2 == 0 ? 8 : (31 - clz32(intRes2)); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
154 newECX = intRes2 == 0 ? 8 : ctz32(intRes2); in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
157 resV->w32[0] = newECX; in PCMPxSTRx_WRK_gen_output_fmt_I_wide()
Dpcmpstr64.c146 UInt newECX = 0; in pcmpXstrX_WRK_gen_output_fmt_I() local
149 newECX = intRes2 == 0 ? 16 : (31 - clz32(intRes2)); in pcmpXstrX_WRK_gen_output_fmt_I()
152 newECX = intRes2 == 0 ? 16 : ctz32(intRes2); in pcmpXstrX_WRK_gen_output_fmt_I()
155 *(UInt*)(&resV[0]) = newECX; in pcmpXstrX_WRK_gen_output_fmt_I()