Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c43 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitNativeX86_64.c44 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
H A DsljitNativeX86_common.c439 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_near_jump_code()
2714 set_jump(jump, compiler, (type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT));
2746 set_jump(jump, compiler, JUMP_ADDR | (type << TYPE_SHIFT));
H A DsljitLir.c147 # define TYPE_SHIFT 13 macro

Completed in 26 milliseconds