Home | History | Annotate | Download | only in ia32

Lines Matching refs:CMOV

465     if (f == CMOV && !FLAG_enable_cmov) return false;
722 void cmov(Condition cc, Register dst, Register src) {
723 cmov(cc, dst, Operand(src));
725 void cmov(Condition cc, Register dst, const Operand& src);