Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_amd64_toIR.c19639 IRTemp d2ins = newTemp(Ity_I32); /* comes from the E part */ in dis_ESC_0F3A__SSE4() local
19652 d2ins = dsE[(imm8 >> 6) & 3]; /* "imm8_count_s" */ in dis_ESC_0F3A__SSE4()
19658 assign( d2ins, loadLE( Ity_I32, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19668 putXMMReg( rG, mkexpr(math_INSERTPS( vG, d2ins, imm8 )) ); in dis_ESC_0F3A__SSE4()
31393 IRTemp d2ins = newTemp(Ity_I32); /* comes from the E part */ in dis_ESC_0F3A__VEX() local
31403 d2ins = dsE[(imm8 >> 6) & 3]; /* "imm8_count_s" */ in dis_ESC_0F3A__VEX()
31409 assign( d2ins, loadLE( Ity_I32, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
31419 putYMMRegLoAndZU( rG, mkexpr(math_INSERTPS( vV, d2ins, imm8 )) ); in dis_ESC_0F3A__VEX()