Lines Matching refs:narrowTo
1754 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() function
2027 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_ADC()
2086 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_SBB()
3604 assign( dst1, narrowTo(ty, mkexpr(new_value)) ); in dis_Grp2()
3666 assign( dst1, narrowTo(ty, mkexpr(res64)) ); in dis_Grp2()
3886 putIRegE(sz, pfx, modrm, narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
3890 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm()
3891 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm()
3894 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
4886 assign(res, narrowTo(ty, mkexpr(res64))); in gen_LZCNT()
4914 assign(res, narrowTo(ty, mkexpr(res64))); in gen_TZCNT()
7932 assign( resTy, narrowTo(ty, mkexpr(res64)) ); in dis_SHLRD_Gv_Ev()
7933 assign( rssTy, narrowTo(ty, mkexpr(rss64)) ); in dis_SHLRD_Gv_Ev()
21234 putIRegRAX(sz, narrowTo( ty, mkexpr(t2) ) ); in dis_ESC_NONE()
27519 narrowTo(Ity_I8, binop(mkSizedOp(ty,Iop_And8), mkexpr(amt), in dis_SHIFTX()
29827 assign( start, narrowTo( Ity_I8, mkexpr(src2) ) ); in dis_ESC_0F38__VEX()
29893 narrowTo(ty, mkIRExprCCall(Ity_I64, 0/*regparms*/, in dis_ESC_0F38__VEX()
29930 narrowTo(ty, mkIRExprCCall(Ity_I64, 0/*regparms*/, in dis_ESC_0F38__VEX()
30023 assign( stle, narrowTo( Ity_I16, mkexpr(src2) ) ); in dis_ESC_0F38__VEX()