Home
last modified time | relevance | path

Searched refs:JUMP_LABEL (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c418 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
443 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
760 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in sljit_generate_code()
774 …inline_set_jump_addr((sljit_uw)code_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.l… in sljit_generate_code()
777 …inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.la… in sljit_generate_code()
788 *buf_ptr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
790 …inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.la… in sljit_generate_code()
H A DsljitNativeX86_64.c44 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code()
59 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
H A DsljitLir.c137 #define JUMP_LABEL 0x1 macro
509 jump->flags |= JUMP_LABEL; in sljit_set_label()
517 jump->flags &= ~JUMP_LABEL; in sljit_set_target()
958 CHECK_ARGUMENT(jump->flags & (JUMP_LABEL | JUMP_ADDR)); in check_sljit_generate_code()
H A DsljitNativeX86_32.c57 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
H A DsljitNativeSPARC_common.c231 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
374 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativeARM_64.c177 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
294 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativeMIPS_common.c258 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
459 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativePPC_common.c273 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
450 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativeARM_T2_32.c254 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
303 …modify_imm32_const((sljit_u16*)jump->addr, (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump… in set_jump_instruction()
H A DsljitNativeTILEGX_64.c915 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
1076 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativeX86_common.c441 if (jump->flags & JUMP_LABEL) in generate_near_jump_code()
569 if (jump->flags & JUMP_LABEL) { in sljit_generate_code()

Completed in 86 milliseconds