Home | History | Annotate | Download | only in priv

Lines Matching full:narrowto

893 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e )
908 vpanic("narrowTo(x86)");
1143 assign( oldcn, narrowTo(ty, mkexpr(oldc)) );
1197 assign( oldcn, narrowTo(ty, mkexpr(oldc)) );
2448 assign( dst1, narrowTo(ty, unop(Iop_64to32, mkexpr(r64))) );
2507 assign( dst1, narrowTo(ty, mkexpr(res32)) );
2702 putIReg(sz, eregOfRM(modrm), narrowTo(ty, mkexpr(t2m)));
2706 narrowTo(ty, mkexpr(t2))/*expd*/,
2707 narrowTo(ty, mkexpr(t2m))/*new*/,
2710 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m)));
3430 assign(res, narrowTo(ty, mkexpr(res32)));
14266 putIReg(sz, R_EAX, narrowTo( ty, mkexpr(t2) ) );