Searched refs:IS_JAL (Results 1 – 5 of 5) sorted by relevance
279 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()296 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()332 inst[-1] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()339 inst[0] = (jump->flags & IS_JAL) ? JAL : J; in detect_jump_type()1689 jump->flags |= IS_JAL; in sljit_emit_jump()1859 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
928 if (jump->flags & IS_JAL) { in detect_jump_type()973 if (jump->flags & IS_JAL) { in detect_jump_type()1040 if (jump->flags & IS_JAL) in sljit_generate_code()1103 SLJIT_ASSERT(!(jump->flags & IS_JAL)); in sljit_generate_code()2367 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()2478 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? SLJIT_REWRITABLE_JUMP : 0); in sljit_emit_jump()
630 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
635 jump->flags |= IS_JAL | IS_CALL; in sljit_emit_call()
200 # define IS_JAL 0x008 macro225 # define IS_JAL 0x04 macro