Home | History | Annotate | Download | only in priv

Lines Matching refs:nshift

903             Int nshift;
905 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
906 vassert(nshift >= 0);
907 if (nshift > 0)
908 /* Can't allow nshift==0 since that means %cl */
909 addInstr(env, X86Instr_Sh32( shOp, nshift, dst ));