Lines Matching defs:Branch
156 Branch(&ok, eq, scratch, Operand(zero_reg));
1443 Branch(&msb_clear, ge, rj, Operand(zero_reg));
1452 Branch(&conversion_done);
1489 Branch(&positive, ge, rj, Operand(zero_reg));
1498 Branch(&conversion_done);
1611 Branch(&done);
1645 Branch(&done);
1685 Branch(&done);
1744 Branch(&done);
1852 Branch(target);
1866 Branch(target);
2160 Branch(done, ne, scratch, Operand(scratch2));
2202 void TurboAssembler::Branch(Label* L, bool need_link) {
2211 void TurboAssembler::Branch(Label* L, Condition cond, Register rj,
2220 Branch(L, need_link);
2223 Branch(L);
2232 Branch(L, need_link);
2235 Branch(L);
2243 void TurboAssembler::Branch(Label* L, Condition cond, Register rj,
2248 Branch(L, cond, rj, Operand(scratch));
2538 Branch(&skip, NegateCondition(cond), rj, rk);
2548 Branch(&skip, NegateCondition(cond), rj, rk);
2622 Branch(&skip, NegateCondition(cond), rj, rk);
2637 Branch(on_in_range, ls, scratch, Operand(higher_limit - lower_limit));
2639 Branch(on_in_range, ls, value, Operand(higher_limit - lower_limit));
2840 Branch(&skip, NegateCondition(cond), reg, op);
2862 void TurboAssembler::Call(Label* target) { Branch(target, true); }
2891 Branch(&loop, less, scratch, Operand(size));
2901 Branch(&loop, greater_equal, scratch, Operand(zero_reg));
2977 Branch(stack_overflow, le, scratch1, Operand(scratch2));
2996 Branch(®ular_invoke, eq, expected_parameter_count,
3004 Branch(®ular_invoke, le, expected_parameter_count, Operand(zero_reg));
3025 Branch(©, gt, t0, Operand(zero_reg));
3036 Branch(&loop, gt, expected_parameter_count, Operand(zero_reg));
3124 Branch(&done);
3130 Branch(&continue_after_hook);
3340 Branch(target_if_cleared, eq, in, Operand(kClearedWeakHeapObjectLower32));
3390 Branch(&L, cc, rj, rk);
3650 Branch(&alignment_as_expected, eq, scratch, Operand(zero_reg));
3674 Branch(smi_label, eq, scratch, Operand(zero_reg));
3682 Branch(not_smi_label, ne, scratch, Operand(zero_reg));
3786 Branch(&done, eq, t8, Operand(JS_GENERATOR_OBJECT_TYPE));
3789 Branch(&done, eq, t8, Operand(JS_ASYNC_FUNCTION_OBJECT_TYPE));
3792 Branch(&done, eq, t8, Operand(JS_ASYNC_GENERATOR_OBJECT_TYPE));
3806 Branch(&done_checking, eq, object, Operand(scratch));
3979 Branch(&alignment_as_expected, eq, scratch, Operand(zero_reg));
4058 Branch(condition_met, cc, scratch, Operand(zero_reg));
4122 Branch(&out);