Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c594 #define STACK_LIMIT SLJIT_S2 macro
3275 add_stub(common, CMP(SLJIT_LESS, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack()
7382 lcc_table = STACK_LIMIT; in do_caselesscmp()
9419 int char1_reg = STACK_LIMIT; in compile_ref_matchingpath()
14331 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, start)); in jit_compile()
14587 OP2(SLJIT_SUB, SLJIT_R1, 0, STACK_LIMIT, 0, SLJIT_IMM, STACK_GROWTH_RATE); in jit_compile()
14589 OP1(SLJIT_MOV, STACK_LIMIT, 0, TMP2, 0); in jit_compile()
14594 OP1(SLJIT_MOV, TMP2, 0, STACK_LIMIT, 0); in jit_compile()
14595 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_RETURN_REG, 0); in jit_compile()

Completed in 31 milliseconds