Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c365 …int short_addr = !(jump->flags & SLJIT_REWRITABLE_JUMP) && (jump->flags & JUMP_ADDR) && (jump->u.t… in detect_far_jump_type() local
373 code_ptr[1] = short_addr ? (6 + 3) : (10 + 3); in detect_far_jump_type()
377 code_ptr[0] = short_addr ? REX_B : (REX_W | REX_B); in detect_far_jump_type()
384 else if (short_addr) in detect_far_jump_type()
389 code_ptr += short_addr ? sizeof(sljit_s32) : sizeof(sljit_sw); in detect_far_jump_type()

Completed in 13 milliseconds