Searched refs:SLJIT_CALL0 (Results 1 – 6 of 6) sorted by relevance
455 inst = (sljit_ub*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()457 INC_SIZE(4 * (type - SLJIT_CALL0)); in call_with_args()
1334 …CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratche… in check_sljit_emit_jump()1400 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches); in check_sljit_emit_ijump()
1002 #define SLJIT_CALL0 24 macro
2152 if (type >= SLJIT_CALL0) in sljit_emit_jump()2174 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()2189 if (type >= SLJIT_CALL0) in sljit_emit_ijump()
1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0); in sljit_emit_jump()1962 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()
2333 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()2479 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
Completed in 40 milliseconds