Home
last modified time | relevance | path

Searched refs:SLJIT_FAST_RETURN (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4340 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
4353 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
6683 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6695 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6700 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
7137 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_casefulcmp()
7235 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_caselesscmp()
13404 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13429 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13453 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
[all …]
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1047 #define SLJIT_FAST_RETURN (SLJIT_OP_SRC_BASE + 0) macro
H A DsljitLir.c1337 CHECK_ARGUMENT(op >= SLJIT_FAST_RETURN && op <= SLJIT_PREFETCH_ONCE); in check_sljit_emit_op_src()
1340 if (op == SLJIT_FAST_RETURN || op == SLJIT_SKIP_FRAMES_BEFORE_FAST_RETURN) in check_sljit_emit_op_src()
H A DsljitNativeSPARC_common.c986 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_64.c1321 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativePPC_common.c1590 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeMIPS_common.c1478 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_32.c1869 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_T2_32.c1490 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeS390X.c2663 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeX86_common.c2366 case SLJIT_FAST_RETURN:

Completed in 88 milliseconds