Home | History | Annotate | Download | only in mips

Lines Matching full:condition

222   void DeoptimizeIf(Condition condition, LInstruction* instr,
228 Condition condition, LInstruction* instr,
262 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
268 Condition condition,
273 Condition condition,
277 void EmitTrueBranch(InstrType instr, Condition condition, Register src1,
280 void EmitFalseBranch(InstrType instr, Condition condition, Register src1,
284 Condition condition,
292 // Returns the condition on which a final split to
296 Condition EmitTypeofIs(Label* true_label,
304 // Returns the condition on which a final split to
306 Condition EmitIsString(Register input,