Home | History | Annotate | Download | only in priv

Lines Matching refs:nshift

1006             Int nshift;
1008 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;
1009 vassert(nshift >= 0);
1010 if (nshift > 0)
1011 /* Can't allow nshift==0 since that means %cl */
1012 addInstr(env, AMD64Instr_Sh64(shOp, nshift, dst));