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

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c17754 IRTemp d2ins = newTemp(Ity_I32); /* comes from the E part */ local
17767 d2ins = dsE[(imm8 >> 6) & 3]; /* "imm8_count_s" */
17773 assign( d2ins, loadLE( Ity_I32, mkexpr(addr) ) );
17783 putXMMReg( rG, mkexpr(math_INSERTPS( vG, d2ins, imm8 )) );
26071 IRTemp d2ins = newTemp(Ity_I32); /* comes from the E part */ local
26081 d2ins = dsE[(imm8 >> 6) & 3]; /* "imm8_count_s" */
26087 assign( d2ins, loadLE( Ity_I32, mkexpr(addr) ) );
26097 putYMMRegLoAndZU( rG, mkexpr(math_INSERTPS( vV, d2ins, imm8 )) );

Completed in 222 milliseconds