Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c412 local_size += SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
420 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_emit_enter()
554 local_size += SLJIT_LOCALS_OFFSET; in sljit_set_context()
560 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_set_context()
H A DsljitConfigInternal.h794 #define SLJIT_LOCALS_OFFSET (SLJIT_LOCALS_OFFSET_BASE) macro
H A DsljitNativeMIPS_common.c787 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
790 local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_emit_enter()
981 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
984 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_set_context()
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 DsljitNativeX86_32.c447 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET > 0); in sljit_emit_enter()
H A DsljitNativePPC_common.c735 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
834 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitLir.c259 (i) += SLJIT_LOCALS_OFFSET;

Completed in 61 milliseconds