Home
last modified time | relevance | path

Searched refs:stackpos (Results 1 – 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_jit_compile.c2123 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument
2134 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame()
2136 stackpos = STACK(stackpos); in init_frame()
2153 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame()
2154 stackpos -= (int)sizeof(sljit_sw); in init_frame()
2155 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame()
2156 stackpos -= (int)sizeof(sljit_sw); in init_frame()
2170 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame()
2171 stackpos -= (int)sizeof(sljit_sw); in init_frame()
2172 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame()
[all …]