Home | History | Annotate | Download | only in x87

Lines Matching refs:Operation

1915   HMathMinMax::Operation operation = instr->hydrogen()->operation();
1918 Condition condition = (operation == HMathMinMax::kMathMin)
1939 Condition condition = (operation == HMathMinMax::kMathMin) ? below : above;
1958 if (operation == HMathMinMax::kMathMin) {