Home
last modified time | relevance | path

Searched refs:locals_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/pcre2/pcre2/src/sljit/
DsljitNativeX86_32.c258 sljit_s32 size, locals_offset, args_size, types, status; in sljit_emit_enter() local
323 locals_offset = 2 * SSIZE_OF(sw); in sljit_emit_enter()
327 locals_offset = 4 * SSIZE_OF(sw); in sljit_emit_enter()
330 locals_offset = 4 * SSIZE_OF(sw); in sljit_emit_enter()
333 compiler->scratches_offset = locals_offset; in sljit_emit_enter()
336 locals_offset += ((scratches > (3 + 6)) ? 6 : (scratches - 3)) * SSIZE_OF(sw); in sljit_emit_enter()
339 locals_offset += (saveds - 3) * SSIZE_OF(sw); in sljit_emit_enter()
341 compiler->locals_offset = locals_offset; in sljit_emit_enter()
368 local_size = ((locals_offset + local_size + size + 0xf) & ~0xf) - size; in sljit_emit_enter()
494 …size = (status & ENTER_TMP_TO_R4) ? compiler->scratches_offset : compiler->locals_offset - SSIZE_O… in sljit_emit_enter()
[all …]
DsljitConfigInternal.h672 #define SLJIT_LOCALS_OFFSET_BASE (compiler->locals_offset)
DsljitLir.h449 sljit_s32 locals_offset; member
DsljitNativeX86_common.c84 w = compiler->locals_offset + ((p) - SLJIT_S2) * SSIZE_OF(sw); \