Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c325 sljit_s32 r2_offset = -1; in sljit_emit_enter() local
447 r2_offset = local_size + args_size; in sljit_emit_enter()
479 SLJIT_ASSERT(r2_offset == -1); in sljit_emit_enter()
487 r2_offset = local_size; in sljit_emit_enter()
510 if (r2_offset != -1) in sljit_emit_enter()
791 sljit_u8 r2_offset = 0; in tail_call_with_args() local
836 r2_offset = sizeof(sljit_sw); in tail_call_with_args()
857 if (r2_offset != 0) { in tail_call_with_args()
888 r2_offset = SSIZE_OF(sw); in tail_call_with_args()
918 SLJIT_ASSERT(r2_offset == sizeof(sljit_sw)); in tail_call_with_args()
[all …]

Completed in 21 milliseconds