Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c219 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
310 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
379 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
H A DsljitNativeMIPS_32.c211 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
369 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
451 FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_icall()
H A DsljitNativeX86_64.c771 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
802 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
889 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
925 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()
H A DsljitNativeX86_32.c705 static sljit_s32 call_with_args(struct sljit_compiler *compiler, in call_with_args() function
1075 PTR_FAIL_IF(call_with_args(compiler, arg_types, stack_size, word_arg_count, 0)); in sljit_emit_call()
1146 FAIL_IF(call_with_args(compiler, arg_types, stack_size, word_arg_count, src == TMP_REG1)); in sljit_emit_icall()
H A DsljitNativePPC_64.c507 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_common.c2545 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2632 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()

Completed in 62 milliseconds