Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h650 #define SLJIT_LOCALS_OFFSET_BASE (8 * SSIZE_OF(sw)) macro
660 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
664 #define SLJIT_LOCALS_OFFSET_BASE (4 * SSIZE_OF(sw)) macro
674 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
682 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
690 #define SLJIT_LOCALS_OFFSET_BASE (2 * (sljit_s32)sizeof(sljit_sw)) macro
704 #define SLJIT_LOCALS_OFFSET_BASE (3 * (sljit_s32)sizeof(sljit_sw)) macro
716 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
725 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
764 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
[all …]
H A DsljitNativeX86_32.c372 local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + size + 0xf) & ~0xf) - size; in sljit_emit_enter()
467 size = SLJIT_LOCALS_OFFSET_BASE - SSIZE_OF(sw); in sljit_emit_enter()
527 compiler->local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + saveds + 0xf) & ~0xf) - saveds; in sljit_set_context()

Completed in 10 milliseconds