Lines Matching refs:Ity_V128

1468    return IRExpr_Get( xmmGuestRegOffset(xmmreg), Ity_V128 );  in getXMMReg()
1498 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128); in putXMMReg()
1533 return IRExpr_Get( ymmGuestRegLane128offset(ymmreg,laneno), Ity_V128 ); in getYMMRegLane128()
1554 vassert(typeOfIRExpr(irsb->tyenv,e) == Ity_V128); in putYMMRegLane128()
2752 if (ty == Ity_V128) in disAVSIBMode()
8812 loadLE(Ity_V128, mkexpr(addr))) in dis_SSE_E_to_G_all_wrk()
8814 loadLE(Ity_V128, mkexpr(addr))) in dis_SSE_E_to_G_all_wrk()
8867 IRTemp epart = newTemp(Ity_V128); in dis_SSE_E_to_G_lo32()
8903 IRTemp epart = newTemp(Ity_V128); in dis_SSE_E_to_G_lo64()
8944 IRExpr* src = loadLE(Ity_V128, mkexpr(addr)); in dis_SSE_E_to_G_unary_all()
8971 IRTemp oldG0 = newTemp(Ity_V128); in dis_SSE_E_to_G_unary_lo32()
8972 IRTemp oldG1 = newTemp(Ity_V128); in dis_SSE_E_to_G_unary_lo32()
9015 IRTemp oldG0 = newTemp(Ity_V128); in dis_SSE_E_to_G_unary_lo64()
9016 IRTemp oldG1 = newTemp(Ity_V128); in dis_SSE_E_to_G_unary_lo64()
9070 epart = loadLE(Ity_V128, mkexpr(addr)); in dis_SSEint_E_to_G()
9230 IRTemp plain = newTemp(Ity_V128); in dis_SSE_cmp_E_to_G()
9259 ? loadLE(Ity_V128, mkexpr(addr)) in dis_SSE_cmp_E_to_G()
9303 IRTemp g0 = newTemp(Ity_V128); in dis_SSE_shiftG_byE()
9304 IRTemp g1 = newTemp(Ity_V128); in dis_SSE_shiftG_byE()
9374 IRTemp e0 = newTemp(Ity_V128); in dis_SSE_shiftE_imm()
9375 IRTemp e1 = newTemp(Ity_V128); in dis_SSE_shiftE_imm()
9546 *t0 = newTemp(Ity_V128); in breakupV256toV128s()
9547 *t1 = newTemp(Ity_V128); in breakupV256toV128s()
9763 IRTemp res = newTemp(Ity_V128); in math_PABS_XMM()
9826 IRTemp res = newTemp(Ity_V128); in math_PALIGNR_XMM()
10144 IRTemp sV = newTemp(Ity_V128); in dis_PSHUFD_32x4()
10158 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_PSHUFD_32x4()
10171 IRTemp dV = newTemp(Ity_V128); in dis_PSHUFD_32x4()
10227 IRTemp dV = newTemp(Ity_V128); in math_PSRLDQ()
10274 IRTemp dV = newTemp(Ity_V128); in math_PSLLDQ()
10503 IRTemp argV = newTemp(Ity_V128); in dis_CVTPD2PS_128()
10513 assign( argV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_CVTPD2PS_128()
10547 IRTemp argV = newTemp(Ity_V128); in dis_CVTxPS2DQ_128()
10560 assign( argV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_CVTxPS2DQ_128()
10649 IRTemp argV = newTemp(Ity_V128); in dis_CVTxPD2DQ_128()
10662 assign( argV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_CVTxPD2DQ_128()
10758 IRTemp argV = newTemp(Ity_V128); in dis_CVTDQ2PS_128()
10771 assign( argV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_CVTDQ2PS_128()
10859 IRTemp t0 = newTemp(Ity_V128); in dis_PMOVMSKB_128()
10878 IRTemp t0 = newTemp(Ity_V128); in dis_PMOVMSKB_256()
10879 IRTemp t1 = newTemp(Ity_V128); in dis_PMOVMSKB_256()
10902 IRTemp res = newTemp(Ity_V128); in math_UNPCKxPS_128()
10921 IRTemp res = newTemp(Ity_V128); in math_UNPCKxPD_128()
10979 IRTemp res = newTemp(Ity_V128); in math_SHUFPS_128()
11021 IRTemp res = newTemp(Ity_V128); in math_SHUFPD_128()
11048 IRTemp imm8_mask = newTemp(Ity_V128); in math_BLENDPD_128()
11059 IRTemp res = newTemp(Ity_V128); in math_BLENDPD_128()
11089 IRTemp imm8_mask = newTemp(Ity_V128); in math_BLENDPS_128()
11092 IRTemp res = newTemp(Ity_V128); in math_BLENDPS_128()
11126 IRTemp imm16_mask = newTemp(Ity_V128); in math_PBLENDW_128()
11129 IRTemp res = newTemp(Ity_V128); in math_PBLENDW_128()
11147 IRTemp res = newTemp(Ity_V128); in math_PMULUDQ_128()
11179 IRTemp res = newTemp(Ity_V128); in math_PMULDQ_128()
11219 IRTemp res = newTemp(Ity_V128); in math_PMADDWD_128()
11241 IRTemp addV = newTemp(Ity_V128); in math_ADDSUBPD_128()
11242 IRTemp subV = newTemp(Ity_V128); in math_ADDSUBPD_128()
11254 IRTemp res = newTemp(Ity_V128); in math_ADDSUBPD_128()
11284 IRTemp addV = newTemp(Ity_V128); in math_ADDSUBPS_128()
11285 IRTemp subV = newTemp(Ity_V128); in math_ADDSUBPS_128()
11296 IRTemp res = newTemp(Ity_V128); in math_ADDSUBPS_128()
11337 sV = newTemp(Ity_V128); in dis_PSHUFxW_128()
11338 dV = newTemp(Ity_V128); in dis_PSHUFxW_128()
11352 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_PSHUFxW_128()
11434 IRTemp sV = newTemp(Ity_V128); in dis_PEXTRW_128_EregOnly_toG()
11938 IRTemp loadedValue = newTemp(Ity_V128); in gen_XRSTOR_SEQUENCE()
11968 IRTemp loadedValue = newTemp(Ity_V128); in gen_XRSTOR_SEQUENCE()
12084 IRTemp tmp128 = newTemp(Ity_V128); in math_PINSRW_128()
12096 IRTemp res = newTemp(Ity_V128); in math_PINSRW_128()
12112 IRTemp res = newTemp(Ity_V128); in math_PSADBW_128()
12144 IRTemp regD = newTemp(Ity_V128); in dis_MASKMOVDQU()
12145 IRTemp mask = newTemp(Ity_V128); in dis_MASKMOVDQU()
12146 IRTemp olddata = newTemp(Ity_V128); in dis_MASKMOVDQU()
12147 IRTemp newdata = newTemp(Ity_V128); in dis_MASKMOVDQU()
12167 assign( olddata, loadLE( Ity_V128, mkexpr(addr) )); in dis_MASKMOVDQU()
12360 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
12425 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
12594 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
12595 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
12607 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
12622 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
12623 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
12635 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
12769 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
12790 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
13773 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
13792 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
13919 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
13934 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14295 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14356 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14357 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14369 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
14381 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14382 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14396 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
14876 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14877 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14888 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
14933 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14934 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14944 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
14966 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14967 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__SSE2()
14977 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE2()
15101 IRTemp sV = newTemp(Ity_V128); in dis_MOVDDUP_128()
15163 IRTemp sV = newTemp(Ity_V128); in dis_MOVSxDUP_128()
15178 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_MOVSxDUP_128()
15227 IRTemp leftV = newTemp(Ity_V128); in math_HADDPS_128()
15228 IRTemp rightV = newTemp(Ity_V128); in math_HADDPS_128()
15238 IRTemp res = newTemp(Ity_V128); in math_HADDPS_128()
15249 IRTemp leftV = newTemp(Ity_V128); in math_HADDPD_128()
15250 IRTemp rightV = newTemp(Ity_V128); in math_HADDPD_128()
15260 IRTemp res = newTemp(Ity_V128); in math_HADDPD_128()
15318 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15319 IRTemp gV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15331 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE3()
15343 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15344 IRTemp gV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15356 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE3()
15370 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15371 IRTemp gV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15381 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE3()
15392 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15393 IRTemp gV = newTemp(Ity_V128); in dis_ESC_0F__SSE3()
15405 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE3()
15425 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__SSE3()
15473 IRTemp res = newTemp(Ity_V128); in math_PSHUFB_XMM()
15571 IRTemp sV = newTemp(Ity_V128); in dis_PHADD_128()
15572 IRTemp dV = newTemp(Ity_V128); in dis_PHADD_128()
15607 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_PHADD_128()
15710 IRTemp sVoddsSX = newTemp(Ity_V128); in math_PMADDUBSW_128()
15711 IRTemp sVevensSX = newTemp(Ity_V128); in math_PMADDUBSW_128()
15712 IRTemp dVoddsZX = newTemp(Ity_V128); in math_PMADDUBSW_128()
15713 IRTemp dVevensZX = newTemp(Ity_V128); in math_PMADDUBSW_128()
15724 IRTemp res = newTemp(Ity_V128); in math_PMADDUBSW_128()
15771 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
15772 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
15785 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SupSSE3()
15927 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
15928 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
15942 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SupSSE3()
16010 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
16011 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
16037 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SupSSE3()
16103 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
16104 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
16121 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SupSSE3()
16180 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SupSSE3()
16200 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SupSSE3()
16291 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__SupSSE3()
16292 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F3A__SupSSE3()
16307 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F3A__SupSSE3()
16609 IRTemp mask = newTemp(Ity_V128); in math_PBLENDVB_128()
16612 IRTemp notmask = newTemp(Ity_V128); in math_PBLENDVB_128()
16615 IRTemp res = newTemp(Ity_V128); in math_PBLENDVB_128()
16661 IRTemp vecE = newTemp(Ity_V128); in dis_VBLENDV_128()
16662 IRTemp vecV = newTemp(Ity_V128); in dis_VBLENDV_128()
16663 IRTemp vecIS4 = newTemp(Ity_V128); in dis_VBLENDV_128()
16676 assign(vecE, loadLE(Ity_V128, mkexpr(addr))); in dis_VBLENDV_128()
16837 IRTemp vecE = newTemp(Ity_V128); in dis_xTESTy_128()
16838 IRTemp vecG = newTemp(Ity_V128); in dis_xTESTy_128()
16852 assign(vecE, loadLE( Ity_V128, mkexpr(addr) )); in dis_xTESTy_128()
16867 IRTemp andV = newTemp(Ity_V128); in dis_xTESTy_128()
16868 IRTemp andnV = newTemp(Ity_V128); in dis_xTESTy_128()
16929 IRTemp andV128 = newTemp(Ity_V128); in dis_xTESTy_256()
16930 IRTemp andnV128 = newTemp(Ity_V128); in dis_xTESTy_256()
16946 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXBW_128()
16989 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXBW_256()
17000 assign( srcVec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_PMOVxXBW_256()
17029 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXWD_128()
17068 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXWD_256()
17080 assign( srcVec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_PMOVxXWD_256()
17175 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVZXWQ_128()
17193 IRTemp zeroVec = newTemp( Ity_V128 ); in dis_PMOVZXWQ_128()
17211 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVZXWQ_256()
17228 IRTemp zeroVec = newTemp( Ity_V128 ); in dis_PMOVZXWQ_256()
17252 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXDQ_128()
17298 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXDQ_256()
17313 assign( srcVec, loadLE(Ity_V128, mkexpr(addr)) ); in dis_PMOVxXDQ_256()
17351 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXBD_128()
17369 IRTemp zeroVec = newTemp(Ity_V128); in dis_PMOVxXBD_128()
17394 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVxXBD_256()
17411 IRTemp zeroVec = newTemp(Ity_V128); in dis_PMOVxXBD_256()
17520 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVZXBQ_128()
17538 IRTemp zeroVec = newTemp(Ity_V128); in dis_PMOVZXBQ_128()
17559 IRTemp srcVec = newTemp(Ity_V128); in dis_PMOVZXBQ_256()
17575 IRTemp zeroVec = newTemp(Ity_V128); in dis_PMOVZXBQ_256()
17605 IRTemp sV = newTemp(Ity_V128); in dis_PHMINPOSUW_128()
17619 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_PHMINPOSUW_128()
17661 stmt( IRStmt_Put( OFFB_YMM16, loadLE(Ity_V128, mkexpr(addr)) )); in dis_AESx()
17750 stmt( IRStmt_Put( OFFB_YMM16, loadLE(Ity_V128, mkexpr(addr)) )); in dis_AESKEYGENASSIST()
17840 IRTemp vecE = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
17841 IRTemp vecG = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
17842 IRTemp vec0 = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
17853 assign(vecE, loadLE( Ity_V128, mkexpr(addr) )); in dis_ESC_0F38__SSE4()
17944 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
17945 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
17956 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SSE4()
17987 loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__SSE4()
18003 IRTemp argL = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
18004 IRTemp argR = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
18015 assign( argL, loadLE( Ity_V128, mkexpr(addr) )); in dis_ESC_0F38__SSE4()
18186 IRTemp argL = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
18187 IRTemp argR = newTemp(Ity_V128); in dis_ESC_0F38__SSE4()
18198 assign( argL, loadLE( Ity_V128, mkexpr(addr) )); in dis_ESC_0F38__SSE4()
18336 IRTemp xmm_vec = newTemp(Ity_V128); in dis_PEXTRW()
18391 IRTemp xmm_vec = newTemp(Ity_V128); in dis_PEXTRD()
18440 IRTemp xmm_vec = newTemp(Ity_V128); in dis_PEXTRQ()
18494 IRTemp argL = newTemp(Ity_V128); in dis_PCMPISTRI_3A()
18496 IRTemp argR = newTemp(Ity_V128); in dis_PCMPISTRI_3A()
18642 stmt( IRStmt_Put( OFFB_YMM16, loadLE(Ity_V128, mkexpr(addr)) )); in dis_PCMPxSTRx()
18757 IRTemp tmp128 = newTemp(Ity_V128); in math_PINSRB_128()
18769 IRTemp res = newTemp(Ity_V128); in math_PINSRB_128()
18784 IRTemp withZs = newTemp(Ity_V128); in math_PINSRD_128()
18802 IRTemp res = newTemp(Ity_V128); in math_PINSRD_128()
18814 IRTemp withZs = newTemp(Ity_V128); in math_PINSRQ_128()
18825 IRTemp res = newTemp(Ity_V128); in math_PINSRQ_128()
18845 IRTemp resV = newTemp(Ity_V128); in math_INSERTPS()
18861 IRTemp xmm_vec = newTemp(Ity_V128); in dis_PEXTRB_128_GtoE()
18911 IRTemp and_vec = newTemp(Ity_V128); in math_DPPD_128()
18912 IRTemp sum_vec = newTemp(Ity_V128); in math_DPPD_128()
18926 IRTemp res = newTemp(Ity_V128); in math_DPPD_128()
18938 IRTemp tmp_prod_vec = newTemp(Ity_V128); in math_DPPS_128()
18939 IRTemp prod_vec = newTemp(Ity_V128); in math_DPPS_128()
18940 IRTemp sum_vec = newTemp(Ity_V128); in math_DPPS_128()
18965 IRTemp res = newTemp(Ity_V128); in math_DPPS_128()
18987 IRTemp src_maskV = newTemp(Ity_V128); in math_MPSADBW_128()
18988 IRTemp dst_maskV = newTemp(Ity_V128); in math_MPSADBW_128()
18992 IRTemp src_masked = newTemp(Ity_V128); in math_MPSADBW_128()
18993 IRTemp dst_masked = newTemp(Ity_V128); in math_MPSADBW_128()
19026 IRTemp res = newTemp(Ity_V128); in math_MPSADBW_128()
19039 IRTemp xmm_vec = newTemp(Ity_V128); in dis_EXTRACTPS()
19101 IRTemp res = newTemp(Ity_V128); in math_PCLMULQDQ()
19309 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19310 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19327 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19346 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19347 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19363 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19382 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19383 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19400 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19489 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19510 IRTemp vE = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19528 IRTemp vG = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19562 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19593 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19607 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19608 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19622 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19640 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19641 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19655 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19672 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19673 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19691 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
19710 IRTemp svec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19711 IRTemp dvec = newTemp(Ity_V128); in dis_ESC_0F3A__SSE4()
19728 assign( svec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__SSE4()
22627 IRTemp tSL = newTemp(Ity_V128); in dis_VEX_NDS_128_AnySimdPfx_0F_WIG()
22628 IRTemp tSR = newTemp(Ity_V128); in dis_VEX_NDS_128_AnySimdPfx_0F_WIG()
22646 assign(tSR, loadLE(Ity_V128, mkexpr(addr))); in dis_VEX_NDS_128_AnySimdPfx_0F_WIG()
22654 res = newTemp(Ity_V128); in dis_VEX_NDS_128_AnySimdPfx_0F_WIG()
22722 IRTemp g0 = newTemp(Ity_V128); in dis_AVX128_shiftV_byE()
22723 IRTemp g1 = newTemp(Ity_V128); in dis_AVX128_shiftV_byE()
22871 IRTemp sV = isYMM ? newTemp(Ity_V256) : newTemp(Ity_V128); in dis_AVX_var_shiftV_byE()
22872 IRTemp amt = isYMM ? newTemp(Ity_V256) : newTemp(Ity_V128); in dis_AVX_var_shiftV_byE()
22887 assign( amt, loadLE(isYMM ? Ity_V256 : Ity_V128, mkexpr(addr)) ); in dis_AVX_var_shiftV_byE()
22977 IRTemp e0 = newTemp(Ity_V128); in dis_AVX128_shiftE_to_V_imm()
22978 IRTemp e1 = newTemp(Ity_V128); in dis_AVX128_shiftE_to_V_imm()
23112 IRTemp epart = newTemp(Ity_V128); in dis_AVX128_E_V_to_G_lo64()
23163 IRTemp arg = newTemp(Ity_V128); in dis_AVX128_E_V_to_G_lo64_unary()
23210 IRTemp arg = newTemp(Ity_V128); in dis_AVX128_E_V_to_G_lo32_unary()
23249 IRTemp epart = newTemp(Ity_V128); in dis_AVX128_E_V_to_G_lo32()
23298 IRTemp plain = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23302 IRTemp argL = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23303 IRTemp argR = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23322 all_lanes ? loadLE(Ity_V128, mkexpr(addr)) in dis_AVX128_cmp_V_E_to_G()
23362 IRTemp res = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23363 IRTemp mask = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23364 IRTemp notMask = newTemp(Ity_V128); in dis_AVX128_cmp_V_E_to_G()
23473 IRTemp res = newTemp(Ity_V128); in dis_AVX128_E_to_G_unary()
23474 IRTemp arg = newTemp(Ity_V128); in dis_AVX128_E_to_G_unary()
23484 assign(arg, loadLE(Ity_V128, mkexpr(addr))); in dis_AVX128_E_to_G_unary()
23505 IRTemp arg = newTemp(Ity_V128); in dis_AVX128_E_to_G_unary_all()
23515 assign(arg, loadLE(Ity_V128, mkexpr(addr))); in dis_AVX128_E_to_G_unary_all()
23715 IRTemp sV = newTemp(Ity_V128); in dis_CVTDQ2PD_256()
23724 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_CVTDQ2PD_256()
23899 IRTemp z128 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
23919 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
23934 IRTemp z128 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
23954 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
23975 putYMMRegLoAndZU( rG, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24009 putYMMRegLoAndZU( rG, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24057 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24087 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24189 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24210 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24257 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24258 IRTemp vV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24268 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24313 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24314 IRTemp vV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24324 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24376 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24397 IRTemp res = newTemp(Ity_V128); in dis_ESC_0F__VEX()
24449 putYMMRegLoAndZU( rG, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24485 putYMMRegLoAndZU( rG, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
24714 IRTemp tS = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25738 IRTemp tD = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25751 assign(tD, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F__VEX()
25913 IRTemp vecS = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25955 IRTemp vecS0 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25956 IRTemp vecS1 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25968 IRTemp vecS0 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
25969 IRTemp vecS1 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26051 IRTemp zero128 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26062 IRTemp zero128 = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26077 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26078 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26092 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
26139 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26140 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26154 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
26300 IRTemp tS = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26428 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26454 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26455 IRTemp vV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26469 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
26514 IRTemp eV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26515 IRTemp vV = newTemp(Ity_V128); in dis_ESC_0F__VEX()
26529 assign( eV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F__VEX()
27155 IRTemp tD = newTemp(Ity_V128); in dis_ESC_0F__VEX()
27159 assign(tD, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F__VEX()
27426 IRTemp res = newTemp(Ity_V128); in math_PERMILPS_VAR_128()
27459 IRTemp res = newTemp(Ity_V128); in math_PERMILPD_VAR_128()
27534 IRType vty = scalar ? ty : getVexL(pfx) ? Ity_V256 : Ity_V128; in dis_FMA()
27797 IRType dstTy = (isYMM && (ty == Ity_I64 || !isVM64x)) ? Ity_V256 : Ity_V128; in dis_VGATHER()
27798 IRType idxTy = (isYMM && (ty == Ity_I32 || isVM64x)) ? Ity_V256 : Ity_V128; in dis_VGATHER()
27985 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
27986 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28012 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__VEX()
28093 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28094 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28111 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F38__VEX()
28182 IRTemp ctrlV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28194 assign(ctrlV, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F38__VEX()
28196 IRTemp dataV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28239 IRTemp ctrlV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28251 assign(ctrlV, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F38__VEX()
28253 IRTemp dataV = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28456 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28457 assign(t128, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F38__VEX()
28642 IRTemp tD = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
28646 assign(tD, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F38__VEX()
29196 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F38__VEX()
29197 assign(t128, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F38__VEX()
30104 IRTemp res = newTemp(Ity_V128); in math_VPERMILPS_128()
30185 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30186 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30203 assign(dV, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30297 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30311 assign(sV, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30325 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30339 assign(sV, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30346 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30397 IRTemp s00 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30398 IRTemp s01 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30399 IRTemp s10 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30400 IRTemp s11 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30417 assign(s10, loadLE(Ity_V128, binop(Iop_Add64, in dis_ESC_0F3A__VEX()
30419 assign(s11, loadLE(Ity_V128, binop(Iop_Add64, in dis_ESC_0F3A__VEX()
30441 IRTemp src = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30460 assign( src, loadLE(Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
30546 IRTemp src = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30563 assign( src, loadLE(Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
30730 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30731 IRTemp sE = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30746 assign(sE, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30795 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30796 IRTemp sE = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30811 assign(sE, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30829 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30830 IRTemp sE = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30845 assign(sE, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
30898 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30899 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
30913 assign( sV, loadLE(Ity_V128, mkexpr(addr)) ); in dis_ESC_0F3A__VEX()
31019 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31029 assign(t128, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
31053 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31103 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31125 IRTemp vE = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31143 IRTemp vV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31178 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31210 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31229 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31239 assign(t128, loadLE(Ity_V128, mkexpr(addr))); in dis_ESC_0F3A__VEX()
31263 IRTemp t128 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31293 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31305 assign( dst_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
31311 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31361 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31373 assign( dst_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
31379 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31394 IRTemp src_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31395 IRTemp dst_vec = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31412 assign( src_vec, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
31476 IRTemp sV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31477 IRTemp dV = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31493 assign( sV, loadLE( Ity_V128, mkexpr(addr) ) ); in dis_ESC_0F3A__VEX()
31514 IRTemp s00 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31515 IRTemp s01 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31516 IRTemp s10 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31517 IRTemp s11 = newTemp(Ity_V128); in dis_ESC_0F3A__VEX()
31534 assign(s10, loadLE(Ity_V128, binop(Iop_Add64, in dis_ESC_0F3A__VEX()
31536 assign(s11, loadLE(Ity_V128, binop(Iop_Add64, in dis_ESC_0F3A__VEX()