Home | History | Annotate | Download | only in x87

Lines Matching refs:results_

290   void set_result(LOperand* operand) { results_[0] = operand; }
291 LOperand* result() const override { return results_[0]; }
294 EmbeddedContainer<LOperand*, R> results_;