Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 20 of 20) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c82 args = get_arg_count(arg_types); in sljit_emit_enter()
524 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
526 while (arg_types) { in c_fast_call_get_stack_size()
541 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
573 while (arg_types) { in c_fast_call_with_args()
630 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_get_stack_size()
632 while (arg_types) { in cdecl_call_get_stack_size()
676 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_with_args()
678 while (arg_types) { in cdecl_call_with_args()
729 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeX86_64.c175 args = get_arg_count(arg_types); in sljit_emit_enter()
622 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
624 while (arg_types) { in call_with_args()
625 if ((arg_types & SLJIT_DEF_MASK) < SLJIT_ARG_TYPE_F32) in call_with_args()
627 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
661 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
663 while (arg_types) { in call_with_args()
666 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
690 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
733 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeSPARC_32.c144 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
158 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
160 while (arg_types) { in call_with_args()
161 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
163 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
192 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
195 arg_types = types; in call_with_args()
197 while (arg_types) { in call_with_args()
198 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
218 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
H A DsljitLir.c634 while (arg_types) { in get_arg_count()
1069 while (arg_types) { in check_sljit_emit_enter()
1072 if (arg_types) in check_sljit_emit_enter()
1120 while (arg_types) { in check_sljit_set_context()
1123 if (arg_types) in check_sljit_set_context()
1631 types = arg_types; in check_sljit_emit_call()
1664 if (arg_types) { in check_sljit_emit_call()
1669 if (arg_types) in check_sljit_emit_call()
1760 types = arg_types; in check_sljit_emit_icall()
1793 if (arg_types) { in check_sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c458 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
460 while (arg_types) { in call_with_args()
463 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
494 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
588 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
590 while (arg_types) { in post_call_with_args()
591 switch (arg_types & SLJIT_DEF_MASK) { in post_call_with_args()
605 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
616 sljit_s32 arg_types) in sljit_emit_call() argument
646 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeARM_32.c1047 args = get_arg_count(arg_types); in sljit_emit_enter()
2293 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2295 while (arg_types) { in softfloat_call_with_args()
2321 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2399 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2401 while (arg_types) { in softfloat_post_call_with_args()
2416 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2434 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2436 while (arg_types) { in hardfloat_call_with_args()
2479 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_T2_32.c1890 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1892 while (arg_types) { in softfloat_call_with_args()
1918 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1998 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2000 while (arg_types) { in softfloat_post_call_with_args()
2015 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2033 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2035 while (arg_types) { in hardfloat_call_with_args()
2067 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2076 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_64.c556 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
558 while (arg_types) { in call_with_args()
559 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
561 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
573 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
620 sljit_s32 arg_types) in sljit_emit_call() argument
626 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
633 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
648 sljit_s32 arg_types, in sljit_emit_icall() argument
654 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativePPC_64.c425 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
435 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
437 while (arg_types) { in call_with_args()
438 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
440 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
456 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
H A DsljitNativeSPARC_common.c507 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
511 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
512 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
531 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
536 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1385 sljit_s32 arg_types) in sljit_emit_call() argument
1388 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1390 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1437 sljit_s32 arg_types, in sljit_emit_icall() argument
1441 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitLir.h655 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
669 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1228 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1277 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativePPC_common.c700 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
707 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
734 args = get_arg_count(arg_types); in sljit_emit_enter()
767 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
772 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
2043 sljit_s32 arg_types) in sljit_emit_call() argument
2046 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2049 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2105 sljit_s32 arg_types, in sljit_emit_icall() argument
2109 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeARM_64.c915 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
921 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
922 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
970 args = get_arg_count(arg_types); in sljit_emit_enter()
1041 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1047 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1048 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1710 sljit_s32 arg_types) in sljit_emit_call() argument
1713 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1786 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeS390X.c1607 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
1610 sljit_s32 args = get_arg_count(arg_types); in sljit_emit_enter()
1614 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
1615 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
1645 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1649 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1650 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
2793 sljit_s32 arg_types) in sljit_emit_call() argument
2796 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2829 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeMIPS_common.c753 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
760 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
761 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
799 args = get_arg_count(arg_types); in sljit_emit_enter()
812 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
816 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
817 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_data.c34 mf_data->arg_types = NULL; in msgformat_data_init()
56 if (mf_data->arg_types) { in msgformat_data_free()
57 zend_hash_destroy(mf_data->arg_types); in msgformat_data_free()
58 efree(mf_data->arg_types); in msgformat_data_free()
59 mf_data->arg_types = NULL; in msgformat_data_free()
H A Dmsgformat_attr.c91 if (mfo->mf_data.arg_types) { in PHP_FUNCTION()
92 zend_hash_destroy(mfo->mf_data.arg_types); in PHP_FUNCTION()
93 efree(mfo->mf_data.arg_types); in PHP_FUNCTION()
94 mfo->mf_data.arg_types = NULL; in PHP_FUNCTION()
H A Dmsgformat_data.h32 HashTable* arg_types; member
H A Dmsgformat_helpers.cpp99 if (mfo->mf_data.arg_types) { in umsg_get_numeric_types()
101 return mfo->mf_data.arg_types; in umsg_get_numeric_types()
124 mfo->mf_data.arg_types = ret; in umsg_get_numeric_types()
144 if (mfo->mf_data.arg_types) { in umsg_parse_format()
146 return mfo->mf_data.arg_types; in umsg_parse_format()
279 mfo->mf_data.arg_types = ret; in umsg_parse_format()
/PHP-8.1/ext/ffi/
H A Dffi.c856 ffi_type *arg_types[0]; member
869 efree(callback_data->arg_types[i]); in zend_ffi_callback_hash_dtor()
978 if (!callback_data->arg_types[n]) { in zend_ffi_create_callback()
982 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
997 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1015 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
2683 ffi_type **arg_types = NULL; in ZEND_FUNCTION() local
2700 arg_types = do_alloca( in ZEND_FUNCTION()
2745 arg_types = do_alloca( in ZEND_FUNCTION()
2783 efree(arg_types[n]); in ZEND_FUNCTION()
[all …]

Completed in 143 milliseconds