Lines Matching refs:shifter
734 void shll(CpuRegister operand, CpuRegister shifter);
736 void shrl(CpuRegister operand, CpuRegister shifter);
738 void sarl(CpuRegister operand, CpuRegister shifter);
741 void shlq(CpuRegister operand, CpuRegister shifter);
743 void shrq(CpuRegister operand, CpuRegister shifter);
745 void sarq(CpuRegister operand, CpuRegister shifter);
801 void rorl(CpuRegister operand, CpuRegister shifter);
803 void roll(CpuRegister operand, CpuRegister shifter);
806 void rorq(CpuRegister operand, CpuRegister shifter);
808 void rolq(CpuRegister operand, CpuRegister shifter);
916 void EmitGenericShift(bool wide, int rm, CpuRegister operand, CpuRegister shifter);