Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_64.c557 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
593 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
683 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL, 0)); in sljit_emit_call()
700 FAIL_IF(call_with_args(compiler, arg_types, &src, srcw)); in sljit_emit_icall()
DsljitNativeMIPS_32.c439 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
624 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
660 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
DsljitNativeMIPS_64.c541 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *in… in call_with_args() function
629 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
663 FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_icall()
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
DsljitNativePPC_64.c416 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() function
DsljitNativeSPARC_common.c1338 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1397 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()
DsljitNativePPC_common.c1908 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1977 FAIL_IF(call_with_args(compiler, arg_types, &src)); in sljit_emit_icall()