Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_64.c44 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
DsljitNativeX86_32.c43 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
DsljitNativeX86_common.c439 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_near_jump_code()
2713 set_jump(jump, compiler, (type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT));
2745 set_jump(jump, compiler, JUMP_ADDR | (type << TYPE_SHIFT));
DsljitLir.c146 # define TYPE_SHIFT 13 macro