Searched refs:STACK_LIMIT (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 568 #define STACK_LIMIT SLJIT_S2 macro 3155 add_stub(common, CMP(SLJIT_LESS, STACK_TOP, 0, STACK_LIMIT, 0)); in allocate_stack() 7227 lcc_table = STACK_LIMIT; in do_caselesscmp() 9275 int char1_reg = STACK_LIMIT; in compile_ref_matchingpath() 13940 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_MEM1(TMP2), SLJIT_OFFSETOF(struct sljit_stack, start)); in jit_compile() 14196 OP2(SLJIT_SUB, SLJIT_R1, 0, STACK_LIMIT, 0, SLJIT_IMM, STACK_GROWTH_RATE); in jit_compile() 14198 OP1(SLJIT_MOV, STACK_LIMIT, 0, TMP2, 0); in jit_compile() 14203 OP1(SLJIT_MOV, TMP2, 0, STACK_LIMIT, 0); in jit_compile() 14204 OP1(SLJIT_MOV, STACK_LIMIT, 0, SLJIT_RETURN_REG, 0); in jit_compile()
|
Completed in 36 milliseconds