Home | History | Annotate | Download | only in x86_64

Lines Matching refs:shifter

744   void shll(CpuRegister operand, CpuRegister shifter);
746 void shrl(CpuRegister operand, CpuRegister shifter);
748 void sarl(CpuRegister operand, CpuRegister shifter);
751 void shlq(CpuRegister operand, CpuRegister shifter);
753 void shrq(CpuRegister operand, CpuRegister shifter);
755 void sarq(CpuRegister operand, CpuRegister shifter);
815 void rorl(CpuRegister operand, CpuRegister shifter);
817 void roll(CpuRegister operand, CpuRegister shifter);
820 void rorq(CpuRegister operand, CpuRegister shifter);
822 void rolq(CpuRegister operand, CpuRegister shifter);
930 void EmitGenericShift(bool wide, int rm, CpuRegister operand, CpuRegister shifter);