Lines Matching refs:OP_BRAZERO

663   case OP_BRAZERO:  in next_opcode()
959 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
985 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1143 case OP_BRAZERO: in set_private_data_ptrs()
6487 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
6625 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6701 if (conditional || bra == OP_BRAZERO) in compile_assert_matchingpath()
6707 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6720 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6730 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
6740 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6773 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
6778 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
6826 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
7006 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
7039 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
7082 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7095 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7458 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
7484 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
7508 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
8500 case OP_BRAZERO: in compile_matchingpath()
8801 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
8807 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8817 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8826 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8850 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
8884 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
8938 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
8979 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9285 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
9289 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9312 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
9595 case OP_BRAZERO: in compile_backtrackingpath()