Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitNativeX86_64.c576 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
578 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
579 if (type >= SLJIT_CALL3) { in call_with_args()
590 inst = (sljit_ub*)ensure_buf(compiler, 1 + ((type < SLJIT_CALL3) ? 3 : 6)); in call_with_args()
592 INC_SIZE((type < SLJIT_CALL3) ? 3 : 6); in call_with_args()
593 if (type >= SLJIT_CALL3) { in call_with_args()
DsljitNativeX86_32.c425 inst = (sljit_ub*)ensure_buf(compiler, type >= SLJIT_CALL3 ? 1 + 2 + 1 : 1 + 2); in call_with_args()
427 INC_SIZE(type >= SLJIT_CALL3 ? 2 + 1 : 2); in call_with_args()
429 if (type >= SLJIT_CALL3) in call_with_args()
448 if (type >= SLJIT_CALL3) { in call_with_args()
DsljitLir.h964 #define SLJIT_CALL3 27 macro
DsljitLir.c1368 SLJIT_ASSERT((type & 0xff) >= SLJIT_C_EQUAL && (type & 0xff) <= SLJIT_CALL3); in check_sljit_emit_jump()
1448 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in check_sljit_emit_ijump()
DsljitNativePPC_common.c2141 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
DsljitNativeX86_common.c2602 if (src == SLJIT_MEM1(SLJIT_SP) && type >= SLJIT_CALL3)
/external/pcre/dist/
Dpcre_jit_compile.c5971 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_utf_caselesscmp)); in compile_ref_matchingpath()
6388 sljit_emit_ijump(compiler, SLJIT_CALL3, SLJIT_IMM, SLJIT_FUNC_OFFSET(do_callout)); in compile_callout_matchingpath()