Home
last modified time | relevance | path

Searched refs:SLJIT_CALL3 (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c556 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
558 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
559 if (type >= SLJIT_CALL3) { in call_with_args()
571 inst = (sljit_u8*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
573 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
574 if (type >= SLJIT_CALL3) { in call_with_args()
H A DsljitNativeX86_32.c498 inst = (sljit_u8*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2); in call_with_args()
500 INC_SIZE(type >= SLJIT_CALL3 ? 2 + 1 : 2); in call_with_args()
502 if (type >= SLJIT_CALL3) in call_with_args()
521 if (type >= SLJIT_CALL3) { in call_with_args()
H A DsljitLir.h1143 #define SLJIT_CALL3 29 macro
H A DsljitLir.c1420 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_CALL3); in check_sljit_emit_jump()
1503 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump()
H A DsljitNativeARM_32.c2114 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_cc()
H A DsljitNativePPC_common.c2177 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
H A DsljitNativeX86_common.c2563 if (src == SLJIT_MEM1(SLJIT_SP) && type >= SLJIT_CALL3)
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6792 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_utf_caselesscmp)); in compile_ref_matchingpath()
7210 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()

Completed in 91 milliseconds