Lines Matching refs:shifter
351 void rorl(Register operand, Register shifter);
353 void roll(Register operand, Register shifter);
675 void shll(Register operand, Register shifter);
677 void shll(const Address& address, Register shifter);
679 void shrl(Register operand, Register shifter);
681 void shrl(const Address& address, Register shifter);
683 void sarl(Register operand, Register shifter);
685 void sarl(const Address& address, Register shifter);
686 void shld(Register dst, Register src, Register shifter);
688 void shrd(Register dst, Register src, Register shifter);
829 void EmitGenericShift(int rm, const Operand& operand, Register shifter);