Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_SCOND

255     /* Both for OP_COND, OP_SCOND. */
550 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
560 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
661 case OP_SCOND:
822 case OP_SCOND:
1120 case OP_SCOND:
1563 case OP_SCOND:
1740 case OP_SCOND:
1986 if (*cc == OP_COND || *cc == OP_SCOND)
1995 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND))
6978 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF)
6991 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND))
6995 opcode = OP_SCOND;
7016 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND)
7204 else if (opcode == OP_SBRA || opcode == OP_SCOND)
7220 if (opcode == OP_COND || opcode == OP_SCOND)
8438 case OP_SCOND:
8849 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
8854 opcode = OP_SCOND;
8965 else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
9002 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
9041 if (opcode != OP_COND && opcode != OP_SCOND)
9148 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND);
9182 else if (opcode == OP_SBRA || opcode == OP_SCOND)
9532 case OP_SCOND: