Home | History | Annotate | Download | only in sljit

Lines Matching defs:label

38         words, it is possible to jump to any label from anywhere, even from
290 struct sljit_label* label;
938 /* Label and jump instructions. */
1045 /* Set the destination of the jump to this label. */
1046 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, struct sljit_label* label);
1047 /* Set the destination address of the jump to this label. */
1086 /* After the code generation the address for label, jump and const instructions
1089 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->addr; }