Home
last modified time | relevance | path

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

/PHP-7.4/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()
777 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in sljit_generate_code()
791 …inline_set_jump_addr((sljit_uw)code_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.l… in sljit_generate_code()
794 …inline_set_jump_addr((sljit_uw)buf_ptr, executable_offset, (jump->flags & JUMP_LABEL) ? jump->u.la… in sljit_generate_code()
805 *buf_ptr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
807 …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.c46 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && !(jump->flags & JUMP_LABEL) && (jump->u… in generate_far_jump_code()
61 if (jump->flags & JUMP_LABEL) in generate_far_jump_code()
H A DsljitLir.c137 #define JUMP_LABEL 0x1 macro
511 jump->flags |= JUMP_LABEL; in sljit_set_label()
519 jump->flags &= ~JUMP_LABEL; in sljit_set_target()
1010 CHECK_ARGUMENT(jump->flags & (JUMP_LABEL | JUMP_ADDR)); in check_sljit_generate_code()
H A DsljitNativeX86_32.c59 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()
389 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()
326 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
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 DsljitNativeMIPS_common.c332 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
600 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 DsljitNativePPC_common.c276 SLJIT_ASSERT(jump->flags & JUMP_LABEL); in detect_jump_type()
522 addr = (jump->flags & JUMP_LABEL) ? jump->u.label->addr : jump->u.target; in sljit_generate_code()
H A DsljitNativeX86_common.c443 if (jump->flags & JUMP_LABEL) in generate_near_jump_code()
586 if (jump->flags & JUMP_LABEL) { in sljit_generate_code()

Completed in 61 milliseconds