Searched refs:IS_JAL (Results 1 – 4 of 4) sorted by relevance
357 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()374 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()410 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()417 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()2110 jump->flags |= IS_JAL; in sljit_emit_jump()2280 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
593 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
663 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
201 # define IS_JAL 0x008 macro