Home | History | Annotate | Download | only in arm64

Lines Matching full:condition

137   static Condition TokenToCondition(Token::Value op, bool is_unsigned);
150 void EmitBranch(InstrType instr, Condition condition);
154 Condition condition,
160 Condition condition,
195 // Returns the condition on which a final split to
197 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
211 void DeoptimizeIf(Condition cond, LInstruction* instr,
436 // emits code to branch when the condition holds and EmitInverted() emits
437 // the branch when the inverted condition is verified.
439 // For actual examples of condition see the concrete implementation in