Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_SCOND

255     /* Both for OP_COND, OP_SCOND. */
546 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
556 SLJIT_ASSERT((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND));
657 case OP_SCOND:
808 case OP_SCOND:
1110 case OP_SCOND:
1576 case OP_SCOND:
1756 case OP_SCOND:
2002 if (*cc == OP_COND || *cc == OP_SCOND)
2011 if ((*cc >= OP_ASSERT && *cc <= OP_ASSERTBACK_NOT) || (*cc >= OP_ONCE && *cc <= OP_SCOND))
7030 if ((opcode == OP_COND || opcode == OP_SCOND) && cc[1 + LINK_SIZE] == OP_DEF)
7043 if (SLJIT_UNLIKELY(opcode == OP_COND || opcode == OP_SCOND))
7047 opcode = OP_SCOND;
7068 else if (opcode == OP_ONCE || opcode == OP_SBRA || opcode == OP_SCOND)
7256 else if (opcode == OP_SBRA || opcode == OP_SCOND)
7272 if (opcode == OP_COND || opcode == OP_SCOND)
8496 case OP_SCOND:
8907 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
8912 opcode = OP_SCOND;
9023 else if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
9061 if (SLJIT_UNLIKELY(opcode == OP_COND) || SLJIT_UNLIKELY(opcode == OP_SCOND))
9100 if (opcode != OP_COND && opcode != OP_SCOND)
9207 SLJIT_ASSERT(opcode == OP_COND || opcode == OP_SCOND);
9241 else if (opcode == OP_SBRA || opcode == OP_SCOND)
9591 case OP_SCOND: