Lines Matching refs:OP_CRRANGE
626 case OP_CRRANGE:
926 case OP_CRRANGE:
6075 case OP_CRRANGE:
7801 SLJIT_ASSERT(*opcode == OP_CRRANGE || *opcode == OP_CRMINRANGE || *opcode == OP_CRPOSRANGE);
7808 *opcode = (*opcode == OP_CRRANGE) ? OP_UPTO : (*opcode == OP_CRMINRANGE ? OP_MINUPTO : OP_POSUPTO);
7909 case OP_CRRANGE:
7925 if (opcode == OP_UPTO || opcode == OP_CRRANGE)
7930 if (opcode == OP_UPTO || opcode == OP_CRRANGE)
7934 if (opcode == OP_CRRANGE && min > 0)
7936 if (opcode == OP_UPTO || (opcode == OP_CRRANGE && max > 0))
7964 else if (opcode == OP_CRRANGE && max == 0)
7977 if (opcode == OP_CRRANGE)
8562 case OP_CRRANGE:
8590 if (opcode == OP_CRRANGE)