Home | History | Annotate | Download | only in priv

Lines Matching full:regm

7132          IRTemp regM    = newTemp(Ity_I64);
7143 assign( regM, getMMXReg( eregLO3ofRM(modrm) ));
7145 assign( mask, binop(Iop_SarN8x8, mkexpr(regM), mkU8(7)) );