Lines Matching full:branch
164 __ Branch(&ok, hs, t5, Operand(a2));
182 __ Branch(&loop_header, ne, a2, Operand(zero_reg));
346 __ Branch(&ok, hs, sp, Operand(at));
399 // to make sure it is constant. Branch may emit a skip-or-jump sequence
400 // instead of the normal Branch. It seems that the "skip" part of that
401 // sequence is about as long as this Branch would be so it is safe to ignore
441 __ Branch(&ok, ge, a3, Operand(zero_reg));
457 __ Branch(&return_label_);
518 if (false_label_ != fall_through_) __ Branch(false_label_);
520 if (true_label_ != fall_through_) __ Branch(true_label_);
554 if (false_label_ != fall_through_) __ Branch(false_label_);
556 if (true_label_ != fall_through_) __ Branch(true_label_);
559 if (false_label_ != fall_through_) __ Branch(false_label_);
561 if (true_label_ != fall_through_) __ Branch(true_label_);
565 if (false_label_ != fall_through_) __ Branch(false_label_);
567 if (true_label_ != fall_through_) __ Branch(true_label_);
598 __ Branch(&done);
612 // Push the value as the following branch can clobber at in long branch mode.
614 __ Branch(&done);
650 if (true_label_ != fall_through_) __ Branch(true_label_);
652 if (false_label_ != fall_through_) __ Branch(false_label_);
676 __ Branch(if_true, cc, lhs, rhs);
678 __ Branch(if_false, NegateCondition(cc), lhs, rhs);
680 __ Branch(if_true, cc, lhs, rhs);
681 __ Branch(if_false);
751 if (should_normalize) __ Branch(&skip);
941 __ Branch(&next_test, ne, a1, Operand(a0));
943 __ Branch(clause->body_target());
956 __ Branch(&skip);
959 __ Branch(&next_test, ne, v0, Operand(at));
961 __ Branch(clause->body_target());
964 __ Branch(&next_test, ne, v0, Operand(zero_reg));
966 __ Branch(clause->body_target());
974 __ Branch(nested_statement.break_label());
976 __ Branch(default_clause->body_target());
1014 __ Branch(USE_DELAY_SLOT, &done_convert, ge, a1,
1017 __ Branch(USE_DELAY_SLOT, &exit, eq, a0, Operand(at));
1019 __ Branch(&exit, eq, a0, Operand(at));
1039 __ Branch(&use_cache);
1053 __ Branch(&fixed_array, ne, a2, Operand(at));
1060 __ Branch(&no_descriptors, eq, a1, Operand(Smi::kZero));
1094 __ Branch(loop_statement.break_label(), hs, a0, Operand(a1));
1111 __ Branch(&update_each, eq, t0, Operand(a2));
1127 __ Branch(loop_statement.continue_label(), eq, result_register(),
1153 __ Branch(&loop);
1256 __ Branch(done);
1263 __ Branch(done, ne, at, Operand(zero_reg));
1268 __ Branch(done);
1303 __ Branch(&done, ne, at, Operand(zero_reg));
1782 __ Branch(&resume, eq, a1, Operand(Smi::FromInt(JSGeneratorObject::kNext)));
1784 __ Branch(&exception, eq, a1,
1804 __ Branch(&post_runtime, eq, sp, Operand(a1));
1914 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg));
1923 __ Branch(&stub_call, ne, scratch2, Operand(zero_reg));
1937 __ Branch(&stub_call, ne, scratch1, Operand(scratch2));
1938 __ Branch(&done, ne, v0, Operand(zero_reg));
1940 __ Branch(&stub_call, lt, scratch2, Operand(zero_reg));
2132 __ Branch(&assign, ne, a3, Operand(t0));
2150 __ Branch(&uninitialized_this, eq, a3, Operand(at));
2460 __ Branch(&call);
2745 __ Branch(&null, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE));
2749 __ Branch(&function, hs, a1, Operand(FIRST_FUNCTION_TYPE));
2754 __ Branch
2761 __ Branch(&done);
3312 __ Branch(if_true, eq, v0, Operand(at));
3317 __ Branch(if_false, eq, v0, Operand(at));
3335 __ Branch(if_true, eq, v0, Operand(at));
3338 __ Branch(if_false, lt, a1, Operand(FIRST_JS_RECEIVER_TYPE));
3551 __ Branch(&skip, ne, a1, Operand(at));