Searched refs:SLJIT_CALL3 (Results 1 – 7 of 7) sorted by relevance
576 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()
425 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()
964 #define SLJIT_CALL3 27 macro
1368 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()
2141 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
2602 if (src == SLJIT_MEM1(SLJIT_SP) && type >= SLJIT_CALL3)
5971 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()