Searched refs:IS_JAL (Results 1 – 4 of 4) sorted by relevance
250 jump->flags |= IS_JAL; in sljit_emit_call()
221 jump->flags |= IS_JAL; in sljit_emit_call()
391 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()407 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()443 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()450 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()2970 jump->flags |= IS_JAL; in sljit_emit_jump()3158 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
209 # define IS_JAL 0x008 macro