Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/sljit/
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)));
DsljitNativeX86_64.c280 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
DsljitNativeX86_32.c221 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
DsljitLir.c147 # define TYPE_SHIFT 13 macro