Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h594 #define SLJIT_LOCALS_OFFSET_BASE (8 * SSIZE_OF(sw)) macro
608 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
612 #define SLJIT_LOCALS_OFFSET_BASE (4 * SSIZE_OF(sw)) macro
632 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
645 #define SLJIT_LOCALS_OFFSET_BASE (2 * (sljit_s32)sizeof(sljit_sw)) macro
666 #define SLJIT_LOCALS_OFFSET_BASE (3 * (sljit_s32)sizeof(sljit_sw)) macro
678 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
701 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
751 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
767 #define SLJIT_LOCALS_OFFSET_BASE 0 macro
[all …]
H A DsljitNativeX86_32.c423 local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + size + 0xf) & ~0xf) - size; in sljit_emit_enter()
518 size = SLJIT_LOCALS_OFFSET_BASE - SSIZE_OF(sw); in sljit_emit_enter()
578 compiler->local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + saveds + 0xf) & ~0xf) - saveds; in sljit_set_context()

Completed in 17 milliseconds