Home
last modified time | relevance | path

Searched refs:JUMP_ADDR (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c138 #define JUMP_ADDR 0x2 macro
508 jump->flags &= ~JUMP_ADDR; in sljit_set_label()
518 jump->flags |= JUMP_ADDR; in sljit_set_target()
958 CHECK_ARGUMENT(jump->flags & (JUMP_LABEL | JUMP_ADDR)); in check_sljit_generate_code()
H A DsljitNativeARM_32.c415 if (jump->flags & JUMP_ADDR) in detect_jump_type()
440 if (jump->flags & JUMP_ADDR) in detect_jump_type()
759 if (!(jump->flags & JUMP_ADDR)) { in sljit_generate_code()
2405 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c247 if (jump->flags & JUMP_ADDR) { in detect_jump_type()
307 if (jump->flags & JUMP_ADDR) { in set_jump_instruction()
2092 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeSPARC_common.c228 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1362 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeARM_64.c174 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1715 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c255 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1859 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativePPC_common.c270 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1943 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c912 if (jump->flags & JUMP_ADDR) in detect_jump_type()
2367 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativeX86_common.c2516 set_jump(jump, compiler, JUMP_ADDR);

Completed in 84 milliseconds