Lines Matching refs:nshift
963 Int nshift;965 nshift = e->Iex.Binop.arg2->Iex.Const.con->Ico.U8;966 vassert(nshift >= 0);967 if (nshift > 0)968 /* Can't allow nshift==0 since that means %cl */969 addInstr(env, AMD64Instr_Sh64(shOp, nshift, dst));