Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c446 sljit_s32 stack_offset = 0; in call_with_args() local
470 stack_offset += sizeof(sljit_f32); in call_with_args()
475 if (stack_offset & 0x7) in call_with_args()
476 stack_offset += sizeof(sljit_sw); in call_with_args()
482 stack_offset += sizeof(sljit_f64); in call_with_args()
488 stack_offset += sizeof(sljit_sw); in call_with_args()
498 if (stack_offset > 16) in call_with_args()
586 sljit_s32 stack_offset = 0; in post_call_with_args() local
596 if (stack_offset & 0x7) in post_call_with_args()
601 stack_offset += sizeof(sljit_sw); in post_call_with_args()
[all …]
H A DsljitNativeARM_32.c2282 sljit_s32 stack_offset = 0; in softfloat_call_with_args() local
2301 stack_offset += sizeof(sljit_f32); in softfloat_call_with_args()
2306 if (stack_offset & 0x7) in softfloat_call_with_args()
2307 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2315 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
2324 if (stack_offset > 16) in softfloat_call_with_args()
2335 if (stack_offset < 16) { in softfloat_call_with_args()
2351 if (stack_offset < 16) { in softfloat_call_with_args()
2352 if (src_offset == stack_offset || src_offset == stack_offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
2368 if (stack_offset < 16) { in softfloat_call_with_args()
[all …]
H A DsljitNativeARM_T2_32.c1879 sljit_s32 stack_offset = 0; in softfloat_call_with_args() local
1898 stack_offset += sizeof(sljit_f32); in softfloat_call_with_args()
1903 if (stack_offset & 0x7) in softfloat_call_with_args()
1904 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1912 stack_offset += sizeof(sljit_sw); in softfloat_call_with_args()
1921 if (stack_offset > 16) in softfloat_call_with_args()
1934 if (stack_offset < 16) { in softfloat_call_with_args()
1950 if (stack_offset < 16) { in softfloat_call_with_args()
1951 if (src_offset == stack_offset || src_offset == stack_offset + sizeof(sljit_sw)) { in softfloat_call_with_args()
1967 if (stack_offset < 16) { in softfloat_call_with_args()
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c176 uint32_t stack_offset = (uint32_t)-1; in zend_jit_trace_get_exit_point() local
212 stack_offset = t->exit_info[i].stack_offset; in zend_jit_trace_get_exit_point()
224 if (stack_size != 0 && stack_offset == (uint32_t)-1) { in zend_jit_trace_get_exit_point()
225 stack_offset = t->stack_map_size; in zend_jit_trace_get_exit_point()
229 memcpy(t->stack_map + stack_offset, stack, stack_size * sizeof(zend_jit_trace_stack)); in zend_jit_trace_get_exit_point()
236 t->exit_info[exit_point].stack_offset = stack_offset; in zend_jit_trace_get_exit_point()
1582 zend_jit_traces[parent_trace].exit_info[exit_num].stack_offset; in zend_jit_trace_build_tssa()
2710 zend_jit_traces[parent_trace].exit_info[exit_num].stack_offset : NULL; in zend_jit_trace_allocate_registers()
4091 zend_jit_traces[parent_trace].exit_info[exit_num].stack_offset; in zend_jit_trace()
7539 zend_jit_trace_stack *stack = t->stack_map + t->exit_info[i].stack_offset; in zend_jit_dump_exit_info()
[all …]
H A Dzend_jit_internal.h517 uint32_t stack_offset; member
H A Dzend_jit_x86.dasc3211 parent->exit_info[exit_num].stack_offset;

Completed in 69 milliseconds