Searched refs:IS_BL (Results 1 – 4 of 4) sorted by relevance
398 if (jump->flags & IS_BL) in detect_jump_type()412 if (jump->flags & IS_BL) { in detect_jump_type()439 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()756 if (jump->flags & IS_BL) in sljit_generate_code()2422 jump->flags |= IS_BL; in sljit_emit_jump()2430 jump->flags |= IS_BL; in sljit_emit_jump()2458 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
243 SLJIT_ASSERT(!(jump->flags & IS_BL)); in detect_jump_type()259 else if (jump->flags & IS_BL) { in detect_jump_type()1922 jump->flags |= IS_BL; in sljit_emit_jump()1949 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
129 # define IS_BL 0x4 macro139 # define IS_BL 0x08 macro158 # define IS_BL 0x010 macro
285 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); in sljit_generate_code()1865 jump->flags |= IS_BL; in sljit_emit_jump()1927 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()