Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c508 local_size += SLJIT_LOCALS_OFFSET; in sljit_emit_enter()
516 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_emit_enter()
646 local_size += SLJIT_LOCALS_OFFSET; in sljit_set_context()
652 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET == 0); in sljit_set_context()
H A DsljitConfigInternal.h771 #define SLJIT_LOCALS_OFFSET (SLJIT_LOCALS_OFFSET_BASE) macro
H A DsljitNativeMIPS_common.c951 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
954 local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_emit_enter()
1156 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
1159 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 31) & ~0x1f; in sljit_set_context()
H A DsljitNativeX86_32.c460 SLJIT_ASSERT(SLJIT_LOCALS_OFFSET > 0); in sljit_emit_enter()
H A DsljitNativePPC_common.c868 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
978 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitNativeRISCV_common.c747 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
841 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitNativeLOONGARCH_64.c905 local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_emit_enter()
986 compiler->local_size = (local_size + SLJIT_LOCALS_OFFSET + 15) & ~0xf; in sljit_set_context()
H A DsljitLir.c314 (i) += SLJIT_LOCALS_OFFSET;

Completed in 89 milliseconds