Searched refs:SLJIT_CALL3 (Results 1 – 8 of 8) sorted by relevance
563 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()
446 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()
1005 #define SLJIT_CALL3 27 macro
1332 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()
2126 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_bo_bi_flags()
2379 SLJIT_ASSERT(type >= SLJIT_JUMP && type <= SLJIT_CALL3); in get_cc()
2615 if (src == SLJIT_MEM1(SLJIT_SP) && type >= SLJIT_CALL3)
6023 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 69 milliseconds