Searched refs:SLJIT_CALL0 (Results 1 – 6 of 6) sorted by relevance
455 inst = (sljit_u8*)ensure_buf(compiler, 1 + 4 * (type - SLJIT_CALL0)); in call_with_args()457 INC_SIZE(4 * (type - SLJIT_CALL0)); in call_with_args()
1349 …CHECK_ARGUMENT((type & 0xff) <= SLJIT_CALL0 || ((type & 0xff) - SLJIT_CALL0) <= compiler->scratche… in check_sljit_emit_jump()1415 CHECK_ARGUMENT(type <= SLJIT_CALL0 || (type - SLJIT_CALL0) <= compiler->scratches); in check_sljit_emit_ijump()
998 #define SLJIT_CALL0 24 macro
2156 if (type >= SLJIT_CALL0) in sljit_emit_jump()2178 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()2193 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()
2335 if (type >= SLJIT_CALL0) { in sljit_emit_ijump()2481 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()