Lines Matching defs:ew
5204 IRTemp ew = newTemp(Ity_I32);
5241 /* ew contains any emulation warning we may need to
5245 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
5246 put_emwarn( mkexpr(ew) );
5249 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
5271 IRTemp ew = newTemp(Ity_I32);
5285 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
5286 put_emwarn( mkexpr(ew) );
5292 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
6164 IRTemp ew = newTemp(Ity_I32);
6224 /* ew contains any emulation warning we may need to
6228 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
6229 put_emwarn( mkexpr(ew) );
6232 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
8188 //.. /* Move 16 bits from Ew (ireg or mem) to G (a segment register). */
8210 //.. /* Move 16 bits from G (a segment register) to Ew (ireg or mem). If
10844 IRTemp ew = newTemp(Ity_I32);
10871 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
10872 put_emwarn( mkexpr(ew) );
10878 binop(Iop_CmpNE64, unop(Iop_32Uto64,mkexpr(ew)), mkU64(0)),
20062 case 0xB7: /* MOVZXw Ew,Gv */
20113 case 0xBF: /* MOVSXw Ew,Gv */