Home | History | Annotate | Download | only in x86_64

Lines Matching refs:cmov

213 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src) {
214 cmov(c, dst, src, true);
217 void X86_64Assembler::cmov(Condition c, CpuRegister dst, CpuRegister src, bool is64bit) {
226 void X86_64Assembler::cmov(Condition c, CpuRegister dst, const Address& src, bool is64bit) {