Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitLir.c111 #define JUMP_ADDR 0x2 macro
467 jump->flags &= ~JUMP_ADDR; in sljit_set_label()
477 jump->flags |= JUMP_ADDR; in sljit_set_target()
918 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()
735 if (!(jump->flags & JUMP_ADDR)) { in sljit_generate_code()
2461 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c231 if (jump->flags & JUMP_ADDR) { in detect_jump_type()
291 if (jump->flags & JUMP_ADDR) { in set_jump_instruction()
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeSPARC_common.c208 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1349 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeARM_64.c164 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1959 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0)); in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c236 if (jump->flags & JUMP_ADDR) in detect_jump_type()
1986 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativePPC_common.c262 if (jump->flags & JUMP_ADDR) in detect_jump_type()
2186 set_jump(jump, compiler, JUMP_ADDR); in sljit_emit_ijump()
H A DsljitNativeTILEGX_64.c912 if (jump->flags & JUMP_ADDR) in detect_jump_type()
2368 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_JAL : 0)); in sljit_emit_ijump()
H A DsljitNativeX86_common.c2631 set_jump(jump, compiler, JUMP_ADDR);

Completed in 57 milliseconds