Lines Matching refs:GET2

1096     common->optimized_cbracket[GET2(cc, 1)] = 0;  in check_opcode_types()
1110 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; in check_opcode_types()
1124 common->optimized_cbracket[GET2(cc, 1)] = 0; in check_opcode_types()
1131 count = GET2(cc, 1 + IMM2_SIZE); in check_opcode_types()
1132 slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in check_opcode_types()
1135 common->optimized_cbracket[GET2(slot, 0)] = 0; in check_opcode_types()
1249 SLJIT_ASSERT(*cc != OP_CBRA || common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] != 0); in detect_early_fail()
1485 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_early_fail()
1502 if (*cc == OP_CBRA && common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in detect_early_fail()
1601 min = GET2(cc, 1); in get_class_iterator_size()
1602 max = GET2(cc, 1 + IMM2_SIZE); in get_class_iterator_size()
2222 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in init_frame()
2394 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in get_recurse_data_length()
2717 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2729 if (common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] == 0) in copy_recurse_data()
2732 private_srcw[0] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
2739 offset = (GET2(cc, 1 + LINK_SIZE)) << 1; in copy_recurse_data()
2753 private_srcw[1] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE)); in copy_recurse_data()
5439 repeat = GET2(cc, 1); in scan_prefix()
5570 repeat = GET2(cc, 1); in scan_prefix()
5580 repeat = GET2(cc, 1); in scan_prefix()
5632 repeat = GET2(cc, 1); in scan_prefix()
5692 if (GET2(cc, 1) != GET2(cc, 1 + IMM2_SIZE)) in scan_prefix()
8927 int count = GET2(cc, 1 + IMM2_SIZE); in compile_dnref_search()
8928 PCRE2_SPTR slot = common->name_table + GET2(cc, 1) * common->name_entry_size; in compile_dnref_search()
8939 offset = GET2(slot, 0) << 1; in compile_dnref_search()
8945 offset = GET2(slot, 0) << 1; in compile_dnref_search()
8972 offset = GET2(cc, 1) << 1; in compile_ref_matchingpath()
9135 offset = GET2(cc, 1) << 1; in compile_ref_iterator_matchingpath()
9164 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
9165 max = GET2(cc, 1 + IMM2_SIZE + 1 + IMM2_SIZE); in compile_ref_iterator_matchingpath()
10205 offset = GET2(ccbegin, 1 + LINK_SIZE); in compile_bracket_matchingpath()
10426 …CMP(SLJIT_EQUAL, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(matchingpath, 1) << 1), SLJIT_MEM1(SLJIT_SP), … in compile_bracket_matchingpath()
10433 i = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10434 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10437 … OP2(SLJIT_SUB | SLJIT_SET_Z, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10442 OP2(SLJIT_SUB, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(GET2(slot, 0) << 1), TMP1, 0); in compile_bracket_matchingpath()
10465 stacksize = GET2(matchingpath, 1); in compile_bracket_matchingpath()
10473 … stacksize = stacksize == (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10484 stacksize = GET2(matchingpath, 1 + IMM2_SIZE); in compile_bracket_matchingpath()
10485 slot = common->name_table + GET2(matchingpath, 1) * common->name_entry_size; in compile_bracket_matchingpath()
10486 i = (int)GET2(common->start, common->currententry->start + 1 + LINK_SIZE); in compile_bracket_matchingpath()
10489 if ((int)GET2(slot, 0) == i) in compile_bracket_matchingpath()
10735 offset = GET2(cc, 1 + LINK_SIZE); in compile_bracketpos_matchingpath()
11050 *max = GET2(cc, (class_len + IMM2_SIZE)); in get_iterator_parameters()
11051 *exact = GET2(cc, class_len); in get_iterator_parameters()
11088 *exact = GET2(cc, 0); in get_iterator_parameters()
11106 *max = GET2(cc, 0); in get_iterator_parameters()
11697 int offset = GET2(cc, 1); in compile_close_matchingpath()
12400 offset = (GET2(ccbegin, 1 + LINK_SIZE)) << 1; in compile_bracket_backtrackingpath()
12828 offset = (GET2(current->cc, 1 + LINK_SIZE)) << 1; in compile_bracketpos_backtrackingpath()