Home | History | Annotate | Download | only in x86_64

Lines Matching refs:imulq

685   void imulq(CpuRegister src);
686 void imulq(CpuRegister dst, CpuRegister src);
687 void imulq(CpuRegister reg, const Immediate& imm);
688 void imulq(CpuRegister reg, const Address& address);
689 void imulq(CpuRegister dst, CpuRegister reg, const Immediate& imm);