Searched refs:iref_ptr (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 490 sljit_s32 iref_ptr; member 1093 if (common->iref_ptr == 0) in check_opcode_types() 1095 common->iref_ptr = common->ovector_start; in check_opcode_types() 9292 SLJIT_ASSERT(common->iref_ptr != 0); in compile_ref_matchingpath() 9302 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->iref_ptr, source_reg, 0); in compile_ref_matchingpath() 9303 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw), source_end_reg, 0); in compile_ref_matchingpath() 9304 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw) * 2, char1_reg, 0); in compile_ref_matchingpath() 9358 OP1(SLJIT_MOV, source_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr); in compile_ref_matchingpath() 9359 OP1(SLJIT_MOV, source_end_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr + sizeof(sljit_sw)); in compile_ref_matchingpath() 9360 OP1(SLJIT_MOV, char1_reg, 0, SLJIT_MEM1(SLJIT_SP), common->iref_ptr in compile_ref_matchingpath() [all...] |
Completed in 11 milliseconds