Lines Matching refs:OP_STAR
967 case OP_STAR: in next_opcode()
1363 case OP_STAR: in detect_early_fail()
1713 case OP_STAR: \
11065 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
11074 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11080 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
11086 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
11091 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
11104 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
11110 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11135 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
11172 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11306 case OP_STAR: in compile_iterator_matchingpath()
11308 SLJIT_ASSERT(early_fail_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
11347 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11480 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11506 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()
11930 case OP_STAR: in compile_matchingpath()
12206 case OP_STAR: in compile_iterator_backtrackingpath()
13071 case OP_STAR: in compile_backtrackingpath()