Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4414 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
4427 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
6757 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6769 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6774 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
7211 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_casefulcmp()
7309 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_caselesscmp()
13633 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13658 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13682 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
[all …]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1216 #define SLJIT_FAST_RETURN (SLJIT_OP_SRC_BASE + 0) macro
H A DsljitLir.c1496 CHECK_ARGUMENT(op >= SLJIT_FAST_RETURN && op <= SLJIT_PREFETCH_ONCE); in check_sljit_emit_op_src()
1499 if (op == SLJIT_FAST_RETURN || op == SLJIT_SKIP_FRAMES_BEFORE_FAST_RETURN) in check_sljit_emit_op_src()
H A DsljitNativeSPARC_common.c1096 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_64.c1564 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativePPC_common.c1836 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeX86_common.c2642 case SLJIT_FAST_RETURN:
H A DsljitNativeARM_T2_32.c1891 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeRISCV_common.c1931 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeS390X.c3059 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_32.c2293 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeMIPS_common.c2497 case SLJIT_FAST_RETURN: in sljit_emit_op_src()

Completed in 139 milliseconds