Home | History | Annotate | Download | only in priv

Lines Matching defs:ew

3918                IRTemp   ew = newTemp(Ity_I32);
3926 d->tmp = ew;
3953 /* ew contains any emulation warning we may need to
3957 put_emwarn( mkexpr(ew) );
3960 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
3981 IRTemp ew = newTemp(Ity_I32);
3995 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
3996 put_emwarn( mkexpr(ew) );
4002 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
4904 IRTemp ew = newTemp(Ity_I32);
4912 d->tmp = ew;
4943 /* ew contains any emulation warning we may need to
4947 put_emwarn( mkexpr(ew) );
4950 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
6730 /* Move 16 bits from Ew (ireg or mem) to G (a segment register). */
6752 /* Move 16 bits from G (a segment register) to Ew (ireg or mem). If
8504 IRTemp ew = newTemp(Ity_I32);
8531 assign( ew, unop(Iop_64HIto32, mkexpr(t64) ) );
8532 put_emwarn( mkexpr(ew) );
8538 binop(Iop_CmpNE32, mkexpr(ew), mkU32(0)),
13315 case 0x8C: /* MOV Sw,Ew -- MOV from a SEGMENT REGISTER */
13319 case 0x8E: /* MOV Ew,Sw -- MOV to a SEGMENT REGISTER */
14653 case 0xB7: /* MOVZXw Ew,Gv */
14665 case 0xBF: /* MOVSXw Ew,Gv */