Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitLir.c123 #define JUMP_ADDR 0x2 macro
493 jump->flags &= ~JUMP_ADDR; in sljit_set_label()
503 jump->flags |= JUMP_ADDR; in sljit_set_target()
892 CHECK_ARGUMENT(jump->flags & (JUMP_LABEL | JUMP_ADDR)); in check_sljit_generate_code()
H A DsljitNativeARM_32.c403 if (jump->flags & JUMP_ADDR) in detect_jump_type()
428 if (jump->flags & JUMP_ADDR) in detect_jump_type()
747 if (!(jump->flags & JUMP_ADDR)) { in sljit_generate_code()
2196 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c234 if (jump->flags & JUMP_ADDR) { in detect_jump_type()
294 if (jump->flags & JUMP_ADDR) { in set_jump_instruction()
1841 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeSPARC_common.c212 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1371 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeARM_64.c165 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1992 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c237 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1913 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); 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 DsljitNativePPC_common.c267 if (jump->flags & JUMP_ADDR) in detect_jump_type()
2237 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeX86_common.c2578 set_jump(jump, compiler, JUMP_ADDR);

Completed in 72 milliseconds