Home | History | Annotate | Download | only in arm64

Lines Matching refs:condition

163   static Condition TokenToCondition(Token::Value op, bool is_unsigned);
176 void EmitBranch(InstrType instr, Condition condition);
180 Condition condition,
186 Condition condition,
216 // Returns the condition on which a final split to
218 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
235 void DeoptimizeIf(Condition cond, LEnvironment* environment);
483 // emits code to branch when the condition holds and EmitInverted() emits
484 // the branch when the inverted condition is verified.
486 // For actual examples of condition see the concrete implementation in