Home
last modified time | relevance | path

Searched refs:local_size (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c171 local_size = ((SLJIT_LOCALS_OFFSET + saveds + local_size + 15) & ~15) - saveds; in sljit_emit_enter()
179 compiler->local_size = local_size; in sljit_emit_enter()
182 if (local_size > 0) { in sljit_emit_enter()
183 if (local_size <= 4 * 4096) { in sljit_emit_enter()
184 if (local_size > 4096) in sljit_emit_enter()
186 if (local_size > 2 * 4096) in sljit_emit_enter()
188 if (local_size > 3 * 4096) in sljit_emit_enter()
215 SLJIT_ASSERT(local_size > 0); in sljit_emit_enter()
226 if (compiler->local_size > 1024) in sljit_emit_enter()
279 compiler->local_size = ((SLJIT_LOCALS_OFFSET + saveds + local_size + 15) & ~15) - saveds; in sljit_set_context()
[all …]
H A DsljitNativeX86_64.c224 compiler->local_size = local_size; in sljit_emit_enter()
227 if (local_size > 0) { in sljit_emit_enter()
228 if (local_size <= 4 * 4096) { in sljit_emit_enter()
229 if (local_size > 4096) in sljit_emit_enter()
231 if (local_size > 2 * 4096) in sljit_emit_enter()
233 if (local_size > 3 * 4096) in sljit_emit_enter()
260 if (local_size > 0) { in sljit_emit_enter()
324 if (compiler->local_size > 0) { in sljit_emit_return()
325 if (compiler->local_size <= 127) { in sljit_emit_return()
332 *inst = compiler->local_size; in sljit_emit_return()
[all …]
H A DsljitNativeARM_64.c928 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
929 compiler->local_size = local_size + saved_regs_size; in sljit_emit_enter()
986 local_size -= 4096; in sljit_emit_enter()
996 local_size -= 4096; in sljit_emit_enter()
1030 local_size &= 0xfff; in sljit_emit_enter()
1032 if (local_size != 0) in sljit_emit_enter()
1054 compiler->local_size = saved_regs_size + ((local_size + 15) & ~0xf); in sljit_set_context()
1060 sljit_s32 local_size; in sljit_emit_return() local
1072 local_size = compiler->local_size - saved_regs_size; in sljit_emit_return()
1075 if (local_size == 0) in sljit_emit_return()
[all …]
H A DsljitNativeARM_T2_32.c1091 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1092 compiler->local_size = local_size; in sljit_emit_enter()
1096 if (local_size > 4096) in sljit_emit_enter()
1105 if (local_size > 0) { in sljit_emit_enter()
1132 local_size -= 4096; in sljit_emit_enter()
1138 local_size -= 4096; in sljit_emit_enter()
1142 local_size -= 4096; in sljit_emit_enter()
1154 local_size &= 0xfff; in sljit_emit_enter()
1156 if (local_size != 0) in sljit_emit_enter()
1168 local_size &= 0xff; in sljit_emit_enter()
[all …]
H A DsljitNativeMIPS_common.c765 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
767 local_size = (local_size + 31) & ~0x1f; in sljit_emit_enter()
769 compiler->local_size = local_size; in sljit_emit_enter()
771 if (local_size <= SIMM_MAX) { in sljit_emit_enter()
782 local_size = 0; in sljit_emit_enter()
821 compiler->local_size = (local_size + 15) & ~0xf; in sljit_set_context()
823 compiler->local_size = (local_size + 31) & ~0x1f; in sljit_set_context()
830 sljit_s32 local_size, i, tmp, offs; in sljit_emit_return() local
838 local_size = compiler->local_size; in sljit_emit_return()
839 if (local_size <= SIMM_MAX) in sljit_emit_return()
[all …]
H A DsljitNativePPC_common.c701 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter() argument
744 local_size = (local_size + 15) & ~0xf; in sljit_emit_enter()
745 compiler->local_size = local_size; in sljit_emit_enter()
748 if (local_size <= SIMM_MAX) in sljit_emit_enter()
751 FAIL_IF(load_immediate(compiler, 0, -local_size)); in sljit_emit_enter()
755 if (local_size <= SIMM_MAX) in sljit_emit_enter()
758 FAIL_IF(load_immediate(compiler, 0, -local_size)); in sljit_emit_enter()
768 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context() argument
775 compiler->local_size = (local_size + 15) & ~0xf; in sljit_set_context()
788 if (compiler->local_size <= SIMM_MAX) in sljit_emit_return()
[all …]
H A DsljitNativeSPARC_common.c508 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter() argument
511 …ljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
512 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
514 local_size = (local_size + SLJIT_LOCALS_OFFSET + 7) & ~0x7; in sljit_emit_enter()
515 compiler->local_size = local_size; in sljit_emit_enter()
517 if (local_size <= SIMM_MAX) { in sljit_emit_enter()
518 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS)); in sljit_emit_enter()
521 FAIL_IF(load_immediate(compiler, TMP_REG1, -local_size)); in sljit_emit_enter()
532 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context() argument
536 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
[all …]
H A DsljitLir.c415 compiler->local_size = -1; in sljit_create_compiler()
674 SLJIT_UNUSED_ARG(local_size); in set_emit_enter()
682 compiler->logical_local_size = local_size; in set_emit_enter()
691 SLJIT_UNUSED_ARG(local_size); in set_set_context()
699 compiler->logical_local_size = local_size; in set_set_context()
1049 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_emit_enter()
1077 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_emit_enter()
1101 CHECK_ARGUMENT(local_size >= 0 && local_size <= SLJIT_MAX_LOCAL_SIZE); in check_sljit_set_context()
1128 scratches, saveds, fscratches, fsaveds, local_size); in check_sljit_set_context()
2376 SLJIT_UNUSED_ARG(local_size); in sljit_emit_enter()
[all …]
H A DsljitNativeARM_32.c1018 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter() argument
1025 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1042 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1043 compiler->local_size = local_size; in sljit_emit_enter()
1044 if (local_size > 0) in sljit_emit_enter()
1045 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); in sljit_emit_enter()
1061 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context() argument
1067 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1070 compiler->local_size = ((size + local_size + 7) & ~7) - size; in sljit_set_context()
1084 if (compiler->local_size > 0) in sljit_emit_return()
[all …]
H A DsljitLir.h407 sljit_s32 local_size; member
656 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
670 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size);
H A DsljitNativeS390X.c1608 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_emit_enter() argument
1614 …ljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_emit_enter()
1615 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1618 compiler->local_size = (local_size + 0xf) & ~0xf; in sljit_emit_enter()
1619 frame_size = compiler->local_size + SLJIT_S390X_DEFAULT_STACK_FRAME_SIZE; in sljit_emit_enter()
1646 sljit_s32 fscratches, sljit_s32 fsaveds, sljit_s32 local_size) in sljit_set_context() argument
1649 …jit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size)); in sljit_set_context()
1650 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1653 compiler->local_size = (local_size + 0xf) & ~0xf; in sljit_set_context()
1667 size = compiler->local_size + SLJIT_S390X_DEFAULT_STACK_FRAME_SIZE + (r6 * sizeof(sljit_sw)); in sljit_emit_return()
[all …]
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_trace_mach.c19 static mach_msg_type_number_t local_size; variable
24 mach_vm_deallocate(mach_task_self(), local_page, local_size); in fpm_mach_vm_deallocate()
27 local_size = 0; in fpm_mach_vm_deallocate()
35 kr = mach_vm_read(target, page, fpm_pagesize, &local_page, &local_size); in fpm_mach_vm_read_page()
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c13255 int alt_count, alt_max, local_size; in compile_recurse() local
13279 local_size = (alt_max > 1) ? 2 : 1; in compile_recurse()
13284 allocate_stack(common, private_data_size + local_size); in compile_recurse()
13288 …data(common, ccbegin, ccend, recurse_copy_from_global, local_size, private_data_size + local_size,… in compile_recurse()
13347 …urse_data(common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + local_size,… in compile_recurse()
13399 …ommon, ccbegin, ccend, recurse_copy_private_to_global, local_size, private_data_size + local_size,… in compile_recurse()
13402 free_stack(common, private_data_size + local_size); in compile_recurse()
13412 …common, ccbegin, ccend, recurse_copy_shared_to_global, local_size, private_data_size + local_size,… in compile_recurse()
13424 …n, ccbegin, ccend, recurse_copy_kept_shared_to_global, local_size, private_data_size + local_size,… in compile_recurse()
13427 free_stack(common, private_data_size + local_size); in compile_recurse()
[all …]

Completed in 147 milliseconds