Lines Matching refs:resV
18845 IRTemp resV = newTemp(Ity_V128); in math_INSERTPS() local
18846 assign( resV, mkV128from32s( in math_INSERTPS()
18851 return resV; in math_INSERTPS()
28198 IRTemp resV = math_PERMILPS_VAR_128(dataV, ctrlV); in dis_ESC_0F38__VEX() local
28199 putYMMRegLoAndZU(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
28225 IRTemp resV = math_PERMILPS_VAR_256(dataV, ctrlV); in dis_ESC_0F38__VEX() local
28226 putYMMReg(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
28255 IRTemp resV = math_PERMILPD_VAR_128(dataV, ctrlV); in dis_ESC_0F38__VEX() local
28256 putYMMRegLoAndZU(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
28282 IRTemp resV = math_PERMILPD_VAR_256(dataV, ctrlV); in dis_ESC_0F38__VEX() local
28283 putYMMReg(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()