Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c66 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
211 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
293 FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_icall()
H A DsljitNativeMIPS_64.c151 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
242 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
311 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
H A DsljitNativeX86_64.c703 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
734 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
821 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
857 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()
H A DsljitNativeX86_32.c660 static sljit_s32 call_with_args(struct sljit_compiler *compiler, in call_with_args() function
1036 PTR_FAIL_IF(call_with_args(compiler, arg_types, stack_size, word_arg_count, 0)); in sljit_emit_call()
1107 FAIL_IF(call_with_args(compiler, arg_types, stack_size, word_arg_count, src == TMP_REG1)); 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.c502 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.c2332 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2414 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()

Completed in 33 milliseconds