Searched refs:TYPE_SHIFT (Results 1 – 4 of 4) sorted by relevance
443 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)));
280 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
221 sljit_uw type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
147 # define TYPE_SHIFT 13 macro