Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c273 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
274 types = arg_types; in sljit_emit_enter()
379 while (arg_types) { in sljit_emit_enter()
516 while (arg_types) { in sljit_set_context()
643 while (arg_types) { in c_fast_call_get_stack_size()
689 while (arg_types) { in c_fast_call_with_args()
748 while (arg_types) { in cdecl_call_get_stack_size()
790 while (arg_types) { in cdecl_call_with_args()
865 while (arg_types != 0) { in tail_call_with_args()
1202 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeX86_64.c423 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
425 while (arg_types > 0) { in sljit_emit_enter()
476 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
681 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
683 while (arg_types) { in call_with_args()
686 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
716 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
718 while (arg_types) { in call_with_args()
745 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
782 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitLir.c1101 if (arg_types) { in check_sljit_emit_enter()
1107 if (arg_types) in check_sljit_emit_enter()
1145 if (arg_types) { in check_sljit_set_context()
1151 if (arg_types) in check_sljit_set_context()
1685 sljit_s32 arg_types) in check_sljit_emit_call() argument
1704 if (arg_types) { in check_sljit_emit_call()
1709 if (arg_types) in check_sljit_emit_call()
1791 sljit_s32 arg_types, in check_sljit_emit_icall() argument
1811 if (arg_types) { in check_sljit_emit_icall()
1816 if (arg_types) in check_sljit_emit_icall()
[all …]
H A DsljitNativeSPARC_32.c141 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
155 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
157 while (arg_types) { in call_with_args()
158 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
160 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
182 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
191 arg_types = types; in call_with_args()
193 while (arg_types) { in call_with_args()
194 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
215 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
H A DsljitNativeARM_T2_32.c1134 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1143 while (arg_types) { in sljit_emit_enter()
1187 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1196 while (arg_types) { in sljit_emit_enter()
1225 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2118 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
2120 while (arg_types) { in softfloat_call_with_args()
2248 arg_types >>= SLJIT_ARG_SHIFT; in hardfloat_call_with_args()
2250 while (arg_types) { in hardfloat_call_with_args()
2281 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_32.c1106 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1115 while (arg_types) { in sljit_emit_enter()
1157 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1166 while (arg_types) { in sljit_emit_enter()
1195 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2544 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
2546 while (arg_types) { in softfloat_call_with_args()
2672 arg_types >>= SLJIT_ARG_SHIFT; in hardfloat_call_with_args()
2674 while (arg_types) { in hardfloat_call_with_args()
2710 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_32.c457 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
461 while (arg_types) { in call_with_args()
462 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
465 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
491 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
573 sljit_s32 arg_types) in sljit_emit_call() argument
580 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
586 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
617 sljit_s32 arg_types, in sljit_emit_icall() argument
624 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c577 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
579 while (arg_types) { in call_with_args()
580 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
582 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
594 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
641 sljit_s32 arg_types) in sljit_emit_call() argument
647 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
656 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
675 sljit_s32 arg_types, in sljit_emit_icall() argument
681 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeSPARC_common.c534 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
536 types = arg_types; in sljit_emit_enter()
571 while (arg_types) { in sljit_emit_enter()
572 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
599 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
614 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1499 sljit_s32 arg_types) in sljit_emit_call() argument
1502 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1504 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1551 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativePPC_64.c427 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
437 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
439 while (arg_types) { in call_with_args()
440 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
442 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
458 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
H A DsljitNativeARM_64.c1006 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1014 while (arg_types > 0) { in sljit_emit_enter()
1015 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1016 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1022 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1812 sljit_s32 arg_types) in sljit_emit_call() argument
1814 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
1816 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1894 sljit_s32 arg_types, in sljit_emit_icall() argument
1897 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativePPC_common.c790 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
792 while (arg_types > 0) { in sljit_emit_enter()
793 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
796 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
807 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
818 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2151 sljit_s32 arg_types) in sljit_emit_call() argument
2154 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2157 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2220 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitLir.h694 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
708 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1271 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1320 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativeMIPS_common.c768 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
795 tmp = arg_types >> SLJIT_ARG_SHIFT; in sljit_emit_enter()
863 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
876 while (arg_types) { in sljit_emit_enter()
877 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
907 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
922 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
927 while (arg_types) { in sljit_emit_enter()
929 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
947 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
[all …]
H A DsljitNativeS390X.c1636 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
1687 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1689 while (arg_types > 0) { in sljit_emit_enter()
1690 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1691 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1698 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1705 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
3118 sljit_s32 arg_types) in sljit_emit_call() argument
3121 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
3160 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
/PHP-8.2/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.2/ext/ffi/
H A Dffi.c903 ffi_type *arg_types[0]; member
916 efree(callback_data->arg_types[i]); in zend_ffi_callback_hash_dtor()
1025 if (!callback_data->arg_types[n]) { in zend_ffi_create_callback()
1029 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1044 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1062 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
2734 ffi_type **arg_types = NULL; in ZEND_FUNCTION() local
2751 arg_types = do_alloca( in ZEND_FUNCTION()
2796 arg_types = do_alloca( in ZEND_FUNCTION()
2834 efree(arg_types[n]); in ZEND_FUNCTION()
[all …]

Completed in 144 milliseconds