Searched refs:stackpos (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 2119 static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend, int stackpos, int … in init_frame() argument 2130 SLJIT_ASSERT(stackpos >= stacktop + 2); in init_frame() 2132 stackpos = STACK(stackpos); in init_frame() 2149 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -OVECTOR(0)); in init_frame() 2150 stackpos -= (int)sizeof(sljit_sw); in init_frame() 2151 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() 2152 stackpos -= (int)sizeof(sljit_sw); in init_frame() 2166 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, SLJIT_IMM, -common->mark_ptr); in init_frame() 2167 stackpos -= (int)sizeof(sljit_sw); in init_frame() 2168 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), stackpos, TMP1, 0); in init_frame() [all …]
|