Searched refs:IS_BL (Results 1 – 4 of 4) sorted by relevance
400 if (jump->flags & IS_BL) in detect_jump_type()414 if (jump->flags & IS_BL) { in detect_jump_type()441 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()770 if (jump->flags & IS_BL) in sljit_generate_code()2160 jump->flags |= IS_BL; in sljit_emit_jump()2168 jump->flags |= IS_BL; in sljit_emit_jump()2196 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
246 SLJIT_ASSERT(!(jump->flags & IS_BL)); in detect_jump_type()262 else if (jump->flags & IS_BL) { in detect_jump_type()1814 jump->flags |= IS_BL; in sljit_emit_jump()1841 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
135 # define IS_BL 0x4 macro145 # define IS_BL 0x08 macro164 # define IS_BL 0x010 macro
290 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); in sljit_generate_code()1930 jump->flags |= IS_BL; in sljit_emit_jump()1992 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
Completed in 29 milliseconds