Home | History | Annotate | Download | only in priv

Lines Matching full:narrowto

892 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e )
907 vpanic("narrowTo(x86)");
1139 assign( oldcn, narrowTo(ty, mkexpr(oldc)) );
1193 assign( oldcn, narrowTo(ty, mkexpr(oldc)) );
2429 assign( dst1, narrowTo(ty, unop(Iop_64to32, mkexpr(r64))) );
2487 assign( dst1, narrowTo(ty, mkexpr(res32)) );
2682 putIReg(sz, eregOfRM(modrm), narrowTo(ty, mkexpr(t2m)));
2686 narrowTo(ty, mkexpr(t2))/*expd*/,
2687 narrowTo(ty, mkexpr(t2m))/*new*/,
2690 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m)));
3407 assign(res, narrowTo(ty, mkexpr(res32)));
14154 putIReg(sz, R_EAX, narrowTo( ty, mkexpr(t2) ) );