Home | History | Annotate | Download | only in ia32

Lines Matching full:condition

203   void DeoptimizeIf(Condition cc, LInstruction* instr,
206 void DeoptimizeIf(Condition cc, LInstruction* instr,
252 static Condition TokenToCondition(Token::Value op, bool is_unsigned);
257 void EmitBranch(InstrType instr, Condition cc);
259 void EmitTrueBranch(InstrType instr, Condition cc);
261 void EmitFalseBranch(InstrType instr, Condition cc);
266 // Returns the condition on which a final split to
268 Condition EmitTypeofIs(LTypeofIsAndBranch* instr, Register input);
271 // Returns the condition on which a final split to
273 Condition EmitIsString(Register input,