Home | History | Annotate | Download | only in ppc

Lines Matching full:condition

202   void DeoptimizeIf(Condition condition, LInstruction* instr,
205 void DeoptimizeIf(Condition condition, LInstruction* instr,
234 static Condition TokenToCondition(Token::Value op);
239 void EmitBranch(InstrType instr, Condition condition, CRegister cr = cr7);
241 void EmitTrueBranch(InstrType instr, Condition condition, CRegister cr = cr7);
243 void EmitFalseBranch(InstrType instr, Condition condition,
249 // Returns the condition on which a final split to
251 Condition EmitTypeofIs(Label* true_label, Label* false_label, Register input,
255 // Returns the condition on which a final split to
257 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,