Home | History | Annotate | Download | only in x86

Lines Matching refs:shifter

355   void rorl(Register operand, Register shifter);
357 void roll(Register operand, Register shifter);
689 void shll(Register operand, Register shifter);
691 void shll(const Address& address, Register shifter);
693 void shrl(Register operand, Register shifter);
695 void shrl(const Address& address, Register shifter);
697 void sarl(Register operand, Register shifter);
699 void sarl(const Address& address, Register shifter);
700 void shld(Register dst, Register src, Register shifter);
702 void shrd(Register dst, Register src, Register shifter);
843 void EmitGenericShift(int rm, const Operand& operand, Register shifter);