Home
last modified time | relevance | path

Searched refs:call_with_args (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c672 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
703 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
789 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
828 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()
H A DsljitNativeMIPS_32.c443 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
586 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
637 FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_icall()
H A DsljitNativeMIPS_64.c566 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
656 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
697 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
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() function
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() function
H A DsljitNativeSPARC_common.c1504 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1563 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()
H A DsljitNativePPC_common.c2157 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2243 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()

Completed in 36 milliseconds