Searched refs:GET_LOCAL_BASE (Results 1 - 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_compile.c | 641 #define GET_LOCAL_BASE(dst, dstw, offset) \ macro 3205 GET_LOCAL_BASE(SLJIT_R1, 0, OVECTOR_START); in reset_ovector() 3214 GET_LOCAL_BASE(SLJIT_R1, 0, OVECTOR_START + sizeof(sljit_sw)); in reset_ovector() 3255 GET_LOCAL_BASE(TMP1, 0, common->early_fail_start_ptr); in reset_early_fail() 3294 GET_LOCAL_BASE(TMP2, 0, OVECTOR_START + sizeof(sljit_sw)); in do_reset_match() 3303 GET_LOCAL_BASE(TMP2, 0, OVECTOR_START + 2 * sizeof(sljit_sw)); in do_reset_match() 3391 GET_LOCAL_BASE(SLJIT_S0, 0, OVECTOR_START - (has_pre ? sizeof(sljit_sw) : 0)); in copy_ovector() 3422 GET_LOCAL_BASE(SLJIT_R0, 0, OVECTOR_START + topbracket * 2 * sizeof(sljit_sw)); in copy_ovector() 3434 GET_LOCAL_BASE(SLJIT_R0, 0, OVECTOR_START + (topbracket - 1) * 2 * sizeof(sljit_sw)); in copy_ovector() 6571 GET_LOCAL_BASE(TMP in do_revertframes() [all...] |
Completed in 14 milliseconds