Searched refs:SLJIT_CALL (Results 1 – 5 of 5) sorted by relevance
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_32.c | 735 if ((type & 0xff) == SLJIT_CALL) { in sljit_emit_call() 783 if ((type & 0xff) == SLJIT_CALL) { in sljit_emit_icall()
|
D | sljitLir.h | 1158 #define SLJIT_CALL 26 macro
|
D | sljitNativePPC_common.c | 1890 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()
|
D | sljitLir.c | 1552 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()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 7518 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()
|