Searched refs:IS_CALL (Results 1 – 6 of 6) sorted by relevance
253 jump->flags |= IS_CALL; in sljit_emit_call()
224 jump->flags |= IS_CALL; in sljit_emit_call()
291 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()306 if (jump->flags & IS_CALL) in detect_jump_type()2314 jump->flags |= IS_CALL; in sljit_emit_jump()2372 jump->flags |= IS_CALL; in sljit_emit_ijump()
197 # define IS_CALL 0x008 macro210 # define IS_CALL 0x010 macro236 # define IS_CALL 0x008 macro
507 buf_ptr[0] = JAL | RD((jump->flags & IS_CALL) ? RETURN_ADDR_REG : TMP_ZERO) | (sljit_ins)addr; in sljit_generate_code()2361 jump->flags |= IS_CALL; in sljit_emit_jump()2514 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_CALL : 0)); in sljit_emit_ijump()
361 if (jump->flags & (SLJIT_REWRITABLE_JUMP | IS_CALL)) in detect_jump_type()379 if (jump->flags & IS_CALL) in detect_jump_type()