Home | History | Annotate | Download | only in ia32

Lines Matching refs:cmov

633   void cmov(Condition cc, Register dst, Register src) {
634 cmov(cc, dst, Operand(src));
636 void cmov(Condition cc, Register dst, const Operand& src);