Searched refs:IS_JAL (Results 1 – 4 of 4) sorted by relevance
353 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()370 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()406 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()413 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()1904 jump->flags |= IS_JAL; in sljit_emit_jump()2074 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
639 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
200 # define IS_JAL 0x008 macro