Lines Matching refs:OP_SCBRA
659 case OP_SCBRA: in next_opcode()
808 case OP_SCBRA: in check_opcode_types()
812 cc += 1 + LINK_SIZE + (*cc == OP_CBRA || *cc == OP_SCBRA ? IMM2_SIZE : 0); in check_opcode_types()
1149 case OP_SCBRA: in set_private_data_ptrs()
1321 case OP_SCBRA: in get_framesize()
1503 case OP_SCBRA: in init_frame()
1569 case OP_SCBRA: in get_private_data_copy_length()
1748 case OP_SCBRA: in copy_private_data()
6999 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
7183 else if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_matchingpath()
8437 case OP_SCBRA: in compile_matchingpath()
8851 if (opcode == OP_CBRA || opcode == OP_SCBRA) in compile_bracket_backtrackingpath()
9531 case OP_SCBRA: in compile_backtrackingpath()
9621 SLJIT_ASSERT(*cc == OP_BRA || *cc == OP_CBRA || *cc == OP_CBRAPOS || *cc == OP_SCBRA || *cc == OP_S… in compile_recurse()