Lines Matching refs:narrowTo
891 static IRExpr* narrowTo ( IRType dst_ty, IRExpr* e ) in narrowTo() function
1145 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_ADC()
1199 assign( oldcn, narrowTo(ty, mkexpr(oldc)) ); in helper_SBB()
2450 assign( dst1, narrowTo(ty, unop(Iop_64to32, mkexpr(r64))) ); in dis_Grp2()
2509 assign( dst1, narrowTo(ty, mkexpr(res32)) ); in dis_Grp2()
2708 putIReg(sz, eregOfRM(modrm), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
2712 narrowTo(ty, mkexpr(t2))/*expd*/, in dis_Grp8_Imm()
2713 narrowTo(ty, mkexpr(t2m))/*new*/, in dis_Grp8_Imm()
2716 storeLE(mkexpr(t_addr), narrowTo(ty, mkexpr(t2m))); in dis_Grp8_Imm()
3435 assign(res, narrowTo(ty, mkexpr(res32))); in gen_LZCNT()
14457 putIReg(sz, R_EAX, narrowTo( ty, mkexpr(t2) ) ); in disInstr_X86_WRK()