Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c425 if (jump->flags & IS_BL) in detect_jump_type()
439 if (jump->flags & IS_BL) { in detect_jump_type()
466 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()
887 if (jump->flags & IS_BL) in sljit_generate_code()
2711 jump->flags |= IS_BL; in sljit_emit_jump()
2719 jump->flags |= IS_BL; in sljit_emit_jump()
2988 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c274 SLJIT_ASSERT(!(jump->flags & IS_BL)); in detect_jump_type()
290 else if (jump->flags & IS_BL) { in detect_jump_type()
2297 jump->flags |= IS_BL; in sljit_emit_jump()
2563 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeARM_64.c329 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (sljit_ins)(addr & 0x3ffffff); in sljit_generate_code()
1971 jump->flags |= IS_BL; in sljit_emit_jump()
2050 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitLir.c159 # define IS_BL 0x4 macro
169 # define IS_BL 0x08 macro
188 # define IS_BL 0x010 macro

Completed in 63 milliseconds