Home
last modified time | relevance | path

Searched refs:OVECTOR (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c593 #define OVECTOR(i) (OVECTOR_START + (i) * SSIZE_OF(sw)) macro
2152 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame()
2153 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame()
2182 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(0)); in init_frame()
2183 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame()
2224 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, OVECTOR(offset)); in init_frame()
2226 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset)); in init_frame()
2227 OP1(SLJIT_MOV, TMP2, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR(offset + 1)); in init_frame()
2421 if (recurse_check_bit(common, OVECTOR(offset << 1))) in get_recurse_data_length()
2423 SLJIT_ASSERT(recurse_check_bit(common, OVECTOR((offse in get_recurse_data_length()
[all...]

Completed in 7 milliseconds