Home
last modified time | relevance | path

Searched refs:IS_BL (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c400 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()
758 if (jump->flags & IS_BL) in sljit_generate_code()
2425 jump->flags |= IS_BL; in sljit_emit_jump()
2433 jump->flags |= IS_BL; in sljit_emit_jump()
2461 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
DsljitNativeARM_T2_32.c243 SLJIT_ASSERT(!(jump->flags & IS_BL)); in detect_jump_type()
259 else if (jump->flags & IS_BL) { in detect_jump_type()
1940 jump->flags |= IS_BL; in sljit_emit_jump()
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
DsljitLir.c123 # define IS_BL 0x4 macro
133 # define IS_BL 0x08 macro
152 # define IS_BL 0x010 macro
DsljitNativeARM_64.c284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); in sljit_generate_code()
1897 jump->flags |= IS_BL; in sljit_emit_jump()
1959 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()