Home | History | Annotate | Download | only in sljit

Lines Matching defs:JUMP_LABEL

116 #define JUMP_LABEL	0x1
462 jump->flags |= JUMP_LABEL;
470 jump->flags &= ~JUMP_LABEL;
868 SLJIT_ASSERT(jump->flags & (JUMP_LABEL | JUMP_ADDR));