Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c521 sljit_s32 stack_size = 0; in c_fast_call_get_stack_size() local
547 return stack_size; in c_fast_call_get_stack_size()
562 else if (stack_size > 0) { in c_fast_call_with_args()
569 stack_size = 0; in c_fast_call_with_args()
627 sljit_s32 stack_size = 0; in cdecl_call_get_stack_size() local
642 stack_size += sizeof(sljit_sw); in cdecl_call_get_stack_size()
670 if (stack_size > 0) in cdecl_call_with_args()
674 stack_size = 0; in cdecl_call_with_args()
709 if (stack_size > 0) in post_call_with_args()
732 sljit_s32 stack_size = 0; in sljit_emit_call() local
[all …]
H A DsljitNativeARM_T2_32.c1980 sljit_s32 stack_size = 0; in softfloat_post_call_with_args() local
1992 stack_size += sizeof(sljit_f32); in softfloat_post_call_with_args()
1995 if (stack_size & 0x7) in softfloat_post_call_with_args()
1996 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
1997 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
2000 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2007 if (stack_size <= 16) in softfloat_post_call_with_args()
2010 return push_inst16(compiler, ADD_SP | ((((stack_size - 16) + 0x7) & ~0x7) >> 2)); in softfloat_post_call_with_args()
H A DsljitNativeARM_32.c2309 sljit_s32 stack_size = 0; in softfloat_post_call_with_args() local
2321 stack_size += sizeof(sljit_f32); in softfloat_post_call_with_args()
2324 if (stack_size & 0x7) in softfloat_post_call_with_args()
2325 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2326 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
2329 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2336 if (stack_size <= 16) in softfloat_post_call_with_args()
2339 …return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | (((stack_size - 16) + 0x… in softfloat_post_call_with_args()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c156 uint32_t stack_size; in zend_jit_trace_get_exit_point() local
166 if (stack_size) { in zend_jit_trace_get_exit_point()
174 stack_size--; in zend_jit_trace_get_exit_point()
175 } while (stack_size); in zend_jit_trace_get_exit_point()
179 stack_size = 0; in zend_jit_trace_get_exit_point()
188 if (stack_size == 0 in zend_jit_trace_get_exit_point()
189 || (t->exit_info[i].stack_size >= stack_size in zend_jit_trace_get_exit_point()
194 && t->exit_info[i].stack_size == stack_size) { in zend_jit_trace_get_exit_point()
214 t->exit_info[exit_point].stack_size = stack_size; in zend_jit_trace_get_exit_point()
7064 uint32_t stack_size = t->exit_info[i].stack_size; in zend_jit_dump_exit_info() local
[all …]
H A Dzend_jit_internal.h313 uint32_t stack_size; member
H A Dzend_jit_x86.dasc3197 int parent_vars_count = parent->exit_info[exit_num].stack_size;

Completed in 150 milliseconds