Home | History | Annotate | Download | only in priv

Lines Matching refs:nshift

921             Int nshift;
923 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
924 vassert(nshift >= 0);
925 if (nshift > 0)
926 /* Can't allow nshift==0 since that means %cl */
927 addInstr(env, X86Instr_Sh32( shOp, nshift, dst ));