Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c290 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitNativeX86_common.c534 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_near_jump_code()
3000 …set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT
3032 set_jump(jump, compiler, (sljit_u32)(JUMP_ADDR | (type << TYPE_SHIFT)));
H A DsljitNativeX86_32.c234 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitLir.c155 # define TYPE_SHIFT 13 macro

Completed in 30 milliseconds