Home | History | Annotate | Download | only in s390

Lines Matching defs:label_ref

3626     case LABEL_REF:
4038 if (GET_CODE (op) == SYMBOL_REF || GET_CODE (op) == LABEL_REF)
4183 case LABEL_REF:
4383 case LABEL_REF:
4975 if ((GET_CODE (addr) == LABEL_REF
8246 case LABEL_REF:
8963 /* Check whether INSN is an execute. Return the label_ref to its
14224 rtx code_label, label_ref;
14247 label_ref = (GET_CODE (XEXP (SET_SRC (set), 1)) == LABEL_REF ?
14250 gcc_assert (GET_CODE (label_ref) == LABEL_REF);
14252 code_label = XEXP (label_ref, 0);
14278 XEXP (label_ref, 0) = new_label;