Lines Matching refs:OP_BRAZERO

954   case OP_BRAZERO:  in next_opcode()
1650 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1676 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1838 case OP_BRAZERO: in set_private_data_ptrs()
9886 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
10045 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10121 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
10127 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10140 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10150 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
10162 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10196 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
10201 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10253 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10470 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
10496 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10541 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10554 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10940 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
10966 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10991 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12317 case OP_BRAZERO: in compile_matchingpath()
12598 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
12604 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12614 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12623 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12649 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12682 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12734 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12775 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13091 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
13095 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13118 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13406 case OP_BRAZERO: in compile_backtrackingpath()