Home | History | Annotate | Download | only in sljit

Lines Matching refs:IS_BL

400 	if (jump->flags & IS_BL)
414 if (jump->flags & IS_BL) {
441 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
758 if (jump->flags & IS_BL)
2425 jump->flags |= IS_BL;
2433 jump->flags |= IS_BL;
2461 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));