Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c425 local_size += SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
433 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_emit_enter()
567 local_size += SLJIT_LOCALS_OFFSET; in sljit_set_context()
573 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_set_context()
H A DsljitConfigInternal.h768 #define SLJIT_LOCALS_OFFSET (SLJIT_LOCALS_OFFSET_BASE) macro
H A DsljitNativeSPARC_common.c523 local_size = (local_size + SLJIT_LOCALS_OFFSET + 7) & ~0x7; in sljit_emit_enter()
628 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 7) & ~0x7; in sljit_set_context()
H A DsljitNativeMIPS_common.c821 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
824 local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_emit_enter()
1017 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
1020 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_set_context()
H A DsljitNativeX86_32.c409 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET > 0); in sljit_emit_enter()
H A DsljitNativePPC_common.c771 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
881 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitNativeRISCV_common.c618 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
712 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitLir.c263 (i) += SLJIT_LOCALS_OFFSET;

Completed in 62 milliseconds