Home | History | Annotate | Download | only in mips

Lines Matching refs:results_

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