Searched refs:STR_PTR (Results 1 - 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_simd_inc.h | 217 sljit_s32 str_ptr_reg_ind = sljit_get_register_index(STR_PTR); 239 partial_quit[0] = CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0); 265 OP1(SLJIT_MOV, TMP2, 0, STR_PTR, 0); 285 OP2(SLJIT_AND, STR_PTR, 0, STR_PTR, 0, SLJIT_IMM, ~0xf); 299 OP2(SLJIT_ADD, STR_PTR, 0, STR_PTR, 0, TMP2, 0); 304 OP2(SLJIT_SUB, STR_PTR, 0, STR_PTR, 0, TMP2, 0); 309 OP2(SLJIT_ADD, STR_PTR, [all...] |
H A D | pcre2_jit_compile.c | 565 #define STR_PTR SLJIT_R1 macro 2658 status.tmp_regs[1] = STR_PTR; in copy_recurse_data() 3361 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), OVECTOR(1), STR_PTR, 0); in copy_ovector() 3498 /* Jumps if start_used_ptr < STR_PTR, or start_used_ptr == -1. Although overwriting in check_start_used_ptr() 3499 is not necessary if start_used_ptr == STR_PTR, it does not hurt as well. */ in check_start_used_ptr() 3500 jump = CMP(SLJIT_LESS_EQUAL, TMP1, 0, STR_PTR, 0); in check_start_used_ptr() 3501 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr() 3506 jump = CMP(SLJIT_LESS_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr() 3507 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, 0); in check_start_used_ptr() 3636 jump = CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_ptr, STR_PTR, in check_partial() [all...] |
Completed in 7 milliseconds