Lines Matching refs:Branch
159 __ Branch(&next, ne, a0, Operand(backtrack_limit()));
216 __ Branch(&backtrack_non_equal, ne, current_input_offset(), Operand(a0));
234 __ Branch(&fallthrough, eq, a1, Operand(zero_reg));
271 __ Branch(&loop_check, eq, t0, Operand(a3));
276 __ Branch(&fail, ne, t0, Operand(a3));
278 __ Branch(&loop_check, ls, a3, Operand('z' - 'a'));
282 __ Branch(&fail, hi, a3, Operand(254 - 224));
284 __ Branch(&fail, eq, a3, Operand(247 - 224));
287 __ Branch(&loop, lt, a0, Operand(a1));
367 __ Branch(&fallthrough, le, a1, Operand(zero_reg));
408 __ Branch(&loop, lt, a0, Operand(a1));
527 __ Branch(&success, eq, current_character(), Operand(' '));
530 __ Branch(&success, ls, a0, Operand('\r' - '\t'));
600 __ Branch(&done, hi, current_character(), Operand('z'));
722 __ Branch(&stack_limit_hit, le, a0, Operand(zero_reg));
725 __ Branch(&stack_ok, hs, a0, Operand(num_registers_ * kPointerSize));
735 __ Branch(&return_v0, ne, v0, Operand(zero_reg));
765 __ Branch(&load_char_start_regexp, ne, a1, Operand(zero_reg));
788 __ Branch(&init_loop, ne, a2, Operand(zero_reg));
857 __ Branch(&return_v0, lt, a1, Operand(num_saved_registers_));
875 __ Branch(
878 __ Branch(&exit_label_, eq, current_input_offset(),
888 __ Branch(&load_char_start_regexp);
925 __ Branch(&return_v0, ne, v0, Operand(zero_reg));
948 __ Branch(&exit_with_exception, eq, v0, Operand(zero_reg));
1038 __ Branch(&after_constant);
1094 __ Branch(&after_position,
1267 __ Branch(&backtrack_label_, condition, rs, rt);
1270 __ Branch(to, condition, rs, rt);