Home | History | Annotate | Download | only in x86_64

Lines Matching refs:cmov

369   void cmov(Condition c, CpuRegister dst, CpuRegister src);  // This is the 64b version.
370 void cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit);
371 void cmov(Condition c, CpuRegister dst, const Address& src, bool is64bit);