Home | History | Annotate | Download | only in ppc

Lines Matching refs:Operation

1905   HMathMinMax::Operation operation = instr->hydrogen()->operation();
1906 Condition cond = (operation == HMathMinMax::kMathMin) ? le : ge;
1948 if (operation == HMathMinMax::kMathMin) {