Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c4343 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
4356 OP_SRC(SLJIT_FAST_RETURN, RETURN_ADDR, 0); in do_utfreadchar()
6606 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6618 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
6623 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in check_wordboundary()
7060 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_casefulcmp()
7158 OP_SRC(SLJIT_FAST_RETURN, TMP1, 0); in do_caselesscmp()
13327 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13352 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
13376 OP_SRC(SLJIT_FAST_RETURN, TMP2, 0); in compile_recurse()
[all …]
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1031 #define SLJIT_FAST_RETURN (SLJIT_OP_SRC_BASE + 0) macro
H A DsljitLir.c1323 CHECK_ARGUMENT(op >= SLJIT_FAST_RETURN && op <= SLJIT_PREFETCH_ONCE); in check_sljit_emit_op_src()
1326 if (op == SLJIT_FAST_RETURN || op == SLJIT_SKIP_FRAMES_BEFORE_FAST_RETURN) in check_sljit_emit_op_src()
H A DsljitNativeSPARC_common.c985 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_64.c1325 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_T2_32.c1483 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeMIPS_common.c1473 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeARM_32.c1790 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativePPC_common.c1546 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeTILEGX_64.c2289 case SLJIT_FAST_RETURN: in sljit_emit_op_src()
H A DsljitNativeX86_common.c2369 case SLJIT_FAST_RETURN:

Completed in 106 milliseconds