Home | History | Annotate | Download | only in x87

Lines Matching full:condition

231   void DeoptimizeIf(Condition cc, LInstruction* instr,
234 void DeoptimizeIf(Condition cc, LInstruction* instr,
280 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
285 void EmitBranch(InstrType instr, Condition cc);
287 void EmitTrueBranch(InstrType instr, Condition cc);
289 void EmitFalseBranch(InstrType instr, Condition cc);
295 // Returns the condition on which a final split to
297 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
300 // Returns the condition on which a final split to
302 Condition EmitIsString(Register input,