Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c280 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitNativeX86_common.c443 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_near_jump_code()
2692 …set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT
2724 set_jump(jump, compiler, (sljit_u32)(JUMP_ADDR | (type << TYPE_SHIFT)));
H A DsljitNativeX86_32.c221 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitLir.c147 # define TYPE_SHIFT 13 macro

Completed in 24 milliseconds