Lines Matching refs:OP_BRAZERO

949   case OP_BRAZERO:  in next_opcode()
1651 if (*next == OP_BRAZERO || *next == OP_BRAMINZERO) in detect_repeat()
1677 …common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPT… in detect_repeat()
1837 case OP_BRAZERO: in set_private_data_ptrs()
9578 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_assert_matchingpath()
9737 else if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9813 if ((conditional && extrasize > 0) || bra == OP_BRAZERO) in compile_assert_matchingpath()
9819 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9832 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9842 if (bra != OP_BRAZERO) in compile_assert_matchingpath()
9854 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9888 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(0), bra == OP_BRAZERO ? STR_PTR : SLJIT_IMM, 0); in compile_assert_matchingpath()
9893 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
9945 if (bra == OP_BRAZERO) in compile_assert_matchingpath()
10162 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_matchingpath()
10188 SLJIT_ASSERT(!((bra == OP_BRAZERO && ket == OP_KETRMIN) || (bra == OP_BRAMINZERO && ket == OP_KETRM… in compile_bracket_matchingpath()
10233 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10246 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10632 if (bra != OP_BRAZERO) in compile_bracket_matchingpath()
10658 if (bra == OP_BRAZERO) in compile_bracket_matchingpath()
10683 if ((ket != OP_KET && bra != OP_BRAMINZERO) || bra == OP_BRAZERO) in compile_bracket_matchingpath()
12009 case OP_BRAZERO: in compile_matchingpath()
12290 if (*cc == OP_BRAZERO) in compile_assert_backtrackingpath()
12296 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12306 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12315 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12341 if (bra == OP_BRAZERO) in compile_assert_backtrackingpath()
12374 if (*cc == OP_BRAZERO || *cc == OP_BRAMINZERO) in compile_bracket_backtrackingpath()
12426 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12467 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12783 if (bra != OP_BRAZERO) in compile_bracket_backtrackingpath()
12787 if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
12810 else if (bra == OP_BRAZERO) in compile_bracket_backtrackingpath()
13098 case OP_BRAZERO: in compile_backtrackingpath()