Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_64.c563 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
565 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
566 if (type >= SLJIT_CALL3) { in call_with_args()
577 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
579 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
580 if (type >= SLJIT_CALL3) { in call_with_args()
H A DsljitNativeX86_32.c446 inst = (sljit_ub*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2); in call_with_args()
448 INC_SIZE(type >= SLJIT_CALL3 ? 2 + 1 : 2); in call_with_args()
450 if (type >= SLJIT_CALL3) in call_with_args()
469 if (type >= SLJIT_CALL3) { in call_with_args()
H A DsljitLir.h1005 #define SLJIT_CALL3 27 macro
H A DsljitLir.c1332 CHECK_ARGUMENT((type & 0xff) >= SLJIT_EQUAL && (type & 0xff) <= SLJIT_CALL3); in check_sljit_emit_jump()
1399 CHECK_ARGUMENT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump()
H A DsljitNativeARM_32.c2379 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_cc()
H A DsljitNativePPC_common.c2126 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
H A DsljitNativeX86_common.c2615 if (src == SLJIT_MEM1(SLJIT_SP) && type >= SLJIT_CALL3)
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6023 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_utf_caselesscmp)); in compile_ref_matchingpath()
6440 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()

Completed in 82 milliseconds