Searched refs:locals_offset (Results 1 – 4 of 4) sorted by relevance
258 sljit_s32 size, locals_offset, args_size, types, status; in sljit_emit_enter() local323 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 …]
672 #define SLJIT_LOCALS_OFFSET_BASE (compiler->locals_offset)
449 sljit_s32 locals_offset; member
84 w = compiler->locals_offset + ((p) - SLJIT_S2) * SSIZE_OF(sw); \