Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c271 sljit_s32 r2_offset = -1; in sljit_emit_enter() local
393 r2_offset = local_size + args_size; in sljit_emit_enter()
425 SLJIT_ASSERT(r2_offset == -1); in sljit_emit_enter()
433 r2_offset = local_size; in sljit_emit_enter()
456 if (r2_offset != -1) in sljit_emit_enter()
743 sljit_u8 r2_offset = 0; in tail_call_with_args() local
788 r2_offset = sizeof(sljit_sw); in tail_call_with_args()
809 if (r2_offset != 0) { in tail_call_with_args()
840 r2_offset = SSIZE_OF(sw); in tail_call_with_args()
870 SLJIT_ASSERT(r2_offset == sizeof(sljit_sw)); in tail_call_with_args()
[all …]

Completed in 7 milliseconds