Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c333 compiler->scratches_offset = locals_offset; in sljit_emit_enter()
550 compiler->scratches_offset = locals_offset; in sljit_set_context()
681 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), compiler->scratches_offset); in c_fast_call_with_args()
768 if (stack_size <= compiler->scratches_offset) in cdecl_call_get_stack_size()
771 return ((stack_size - compiler->scratches_offset + 0xf) & ~0xf); in cdecl_call_get_stack_size()
781 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_MEM1(SLJIT_SP), compiler->scratches_offset); in cdecl_call_with_args()
1026 word_arg4_offset = compiler->scratches_offset; in tail_call_with_args()
1318 compiler->scratches_offset += stack_size; in sljit_emit_icall()
1327 compiler->scratches_offset -= stack_size; in sljit_emit_icall()
1337 compiler->scratches_offset += stack_size; in sljit_emit_icall()
[all …]
H A DsljitLir.h450 sljit_s32 scratches_offset; member
H A DsljitNativeX86_common.c82 w = compiler->scratches_offset + ((p) - SLJIT_R3) * SSIZE_OF(sw); \

Completed in 39 milliseconds