Lines Matching refs:resV
18393 IRTemp resV = newTemp(Ity_V128); in math_INSERTPS() local
18394 assign( resV, mkV128from32s( in math_INSERTPS()
18399 return resV; in math_INSERTPS()
27737 IRTemp resV = math_PERMILPS_VAR_128(dataV, ctrlV); in dis_ESC_0F38__VEX() local
27738 putYMMRegLoAndZU(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
27764 IRTemp resV = math_PERMILPS_VAR_256(dataV, ctrlV); in dis_ESC_0F38__VEX() local
27765 putYMMReg(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
27794 IRTemp resV = math_PERMILPD_VAR_128(dataV, ctrlV); in dis_ESC_0F38__VEX() local
27795 putYMMRegLoAndZU(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()
27821 IRTemp resV = math_PERMILPD_VAR_256(dataV, ctrlV); in dis_ESC_0F38__VEX() local
27822 putYMMReg(rG, mkexpr(resV)); in dis_ESC_0F38__VEX()