Home
last modified time | relevance | path

Searched refs:SLJIT_CALL (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c735 if ((type & 0xff) == SLJIT_CALL) { in sljit_emit_call()
783 if ((type & 0xff) == SLJIT_CALL) { in sljit_emit_icall()
H A DsljitLir.h1158 #define SLJIT_CALL 26 macro
H A DsljitNativePPC_common.c1890 if (type >= SLJIT_CALL) in sljit_emit_jump()
1930 if (type >= SLJIT_CALL) { in sljit_emit_ijump()
1946 if (type >= SLJIT_CALL) in sljit_emit_ijump()
H A DsljitLir.c1552 CHECK_ARGUMENT((type & 0xff) == SLJIT_CALL || (type & 0xff) == SLJIT_CALL_CDECL); in check_sljit_emit_call()
1680 CHECK_ARGUMENT(type == SLJIT_CALL || type == SLJIT_CALL_CDECL); in check_sljit_emit_icall()
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c7518 sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, in compile_char1_matchingpath()
7521 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM,… in compile_char1_matchingpath()
7872 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG… in compile_ref_matchingpath()
8319 sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(S32) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW) | SLJIT_ARG… in compile_callout_matchingpath()
11564 …sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM,… in compile_control_verb_backtrackingpath()
12490 sljit_emit_icall(compiler, SLJIT_CALL, SLJIT_RET(SW) | SLJIT_ARG1(SW) | SLJIT_ARG2(SW), SLJIT_IMM, … in jit_compile()

Completed in 56 milliseconds