Searched refs:TYPE_SHIFT (Results 1 – 4 of 4) sorted by relevance
44 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
43 sljit_s32 type = jump->flags >> TYPE_SHIFT; in generate_far_jump_code()
439 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));
146 # define TYPE_SHIFT 13 macro