Lines Matching refs:OP_STAR
1016 case OP_STAR: in next_opcode()
1438 case OP_STAR: in detect_early_fail()
1804 case OP_STAR: \
11684 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
11693 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11699 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
11705 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
11710 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
11723 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
11729 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11754 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
11791 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11925 case OP_STAR: in compile_iterator_matchingpath()
11927 SLJIT_ASSERT(early_fail_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
11966 if (opcode == OP_STAR) in compile_iterator_matchingpath()
12099 if (opcode == OP_STAR) in compile_iterator_matchingpath()
12125 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()
12550 case OP_STAR: in compile_matchingpath()
12826 case OP_STAR: in compile_iterator_backtrackingpath()
13751 case OP_STAR: in compile_backtrackingpath()