Lines Matching refs:OP_STAR
972 case OP_STAR: in next_opcode()
1368 case OP_STAR: in detect_early_fail()
1718 case OP_STAR: \
11296 if (*opcode >= OP_STAR && *opcode <= OP_POSUPTO) in get_iterator_parameters()
11305 *opcode -= OP_STARI - OP_STAR; in get_iterator_parameters()
11311 *opcode -= OP_NOTSTAR - OP_STAR; in get_iterator_parameters()
11317 *opcode -= OP_NOTSTARI - OP_STAR; in get_iterator_parameters()
11322 *opcode -= OP_TYPESTAR - OP_STAR; in get_iterator_parameters()
11335 *opcode -= OP_CRSTAR - OP_STAR; in get_iterator_parameters()
11341 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11366 *opcode -= OP_CRRANGE - OP_STAR; in get_iterator_parameters()
11403 *opcode -= OP_PLUS - OP_STAR; in get_iterator_parameters()
11537 case OP_STAR: in compile_iterator_matchingpath()
11539 SLJIT_ASSERT(early_fail_ptr == 0 || opcode == OP_STAR); in compile_iterator_matchingpath()
11578 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11711 if (opcode == OP_STAR) in compile_iterator_matchingpath()
11737 use_tmp = (!HAS_VIRTUAL_REGISTERS && opcode == OP_STAR); in compile_iterator_matchingpath()
12161 case OP_STAR: in compile_matchingpath()
12437 case OP_STAR: in compile_iterator_backtrackingpath()
13302 case OP_STAR: in compile_backtrackingpath()