Home | History | Annotate | Download | only in sljit

Lines Matching refs:IS_JAL

259 				inst[-1] = (jump->flags & IS_JAL) ? BAL : B;
276 inst[0] = (jump->flags & IS_JAL) ? BAL : B;
312 inst[-1] = (jump->flags & IS_JAL) ? JAL : J;
319 inst[0] = (jump->flags & IS_JAL) ? JAL : J;
1707 jump->flags |= IS_JAL | (type >= SLJIT_CALL0 ? IS_CALL : 0);
1986 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0));