Home | History | Annotate | Download | only in priv

Lines Matching refs:regM

6024          IRTemp regM    = newTemp(Ity_I64);
6035 assign( regM, getMMXReg( eregOfRM(modrm) ));
6037 assign( mask, binop(Iop_SarN8x8, mkexpr(regM), mkU8(7)) );