HomeSort by: relevance | last modified time | path
    Searched defs:label_ref (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 393 rtx label_ref = gen_rtx_LABEL_REF (VOIDmode, true_label); local
400 rtx ifelse = gen_rtx_IF_THEN_ELSE (VOIDmode, cmp_rtx, label_ref, pc_rtx);
  /src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc 962 if (is_compact () && GET_CODE (x) != LABEL_REF)
1887 /* Verify that the loader copes with a jump_insn to a label_ref. */
1908 rtx label_ref = SET_SRC (PATTERN (jump_insn)); local
1909 ASSERT_EQ (LABEL_REF, GET_CODE (label_ref));
1910 ASSERT_EQ (code_label, label_ref_label (label_ref));
1957 /* Verify that the loader copes with a jump_insn to a label_ref
1970 /* Verify that the loader copes with a jump_insn to a label_ref
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-string.cc 393 rtx label_ref = gen_rtx_LABEL_REF (VOIDmode, true_label); local
400 rtx ifelse = gen_rtx_IF_THEN_ELSE (VOIDmode, cmp_rtx, label_ref, pc_rtx);
  /src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc 961 if (is_compact () && GET_CODE (x) != LABEL_REF)
1886 /* Verify that the loader copes with a jump_insn to a label_ref. */
1907 rtx label_ref = SET_SRC (PATTERN (jump_insn)); local
1908 ASSERT_EQ (LABEL_REF, GET_CODE (label_ref));
1909 ASSERT_EQ (code_label, label_ref_label (label_ref));
1956 /* Verify that the loader copes with a jump_insn to a label_ref
1969 /* Verify that the loader copes with a jump_insn to a label_ref
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 2499 case LABEL_REF:
2730 `%lDIGIT' is used to substitute a `label_ref' into a jump instruction.
2921 /* case 'l': print a LABEL_REF. */
3986 case LABEL_REF:
4048 else if (GET_CODE (sym) == LABEL_REF)
4082 case LABEL_REF:
4283 || GET_CODE (src) == LABEL_REF
4727 rtx label_ref;
4736 (label_ref <branch_label>)
4738 label_ref = gen_rtx_LABEL_REF (VOIDmode, operands[3])
4684 rtx label_ref; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 2497 case LABEL_REF:
2728 `%lDIGIT' is used to substitute a `label_ref' into a jump instruction.
2919 /* case 'l': print a LABEL_REF. */
3984 case LABEL_REF:
4046 else if (GET_CODE (sym) == LABEL_REF)
4080 case LABEL_REF:
4281 || GET_CODE (src) == LABEL_REF
4725 rtx label_ref;
4734 (label_ref <branch_label>)
4736 label_ref = gen_rtx_LABEL_REF (VOIDmode, operands[3])
4682 rtx label_ref; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 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
14223 rtx code_label, label_ref; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 1071 case LABEL_REF:
1222 if (xcode == SYMBOL_REF || xcode == LABEL_REF || xcode == CONST)
1379 else if (xcode == CONST || xcode == SYMBOL_REF || xcode == LABEL_REF)
2128 if (GET_CODE (target) == LABEL_REF)
2657 /* Adjust the LABEL_REF in a hint when we have inserted a nop
2661 rtx label_ref = XVECEXP (unspec, 0, 0);
2662 rtx_insn *label = as_a <rtx_insn *> (XEXP (label_ref, 0));
2671 XVECEXP (unspec, 0, 0) = plus_constant (Pmode, label_ref, offset);
3082 return (GET_CODE (x) == LABEL_REF || GET_CODE (x) == SYMBOL_REF
3192 case LABEL_REF
2655 rtx label_ref = XVECEXP (unspec, 0, 0); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 3773 case LABEL_REF:
4232 if (GET_CODE (op) == SYMBOL_REF || GET_CODE (op) == LABEL_REF)
4377 case LABEL_REF:
4577 case LABEL_REF:
5170 if ((GET_CODE (addr) == LABEL_REF
8684 case LABEL_REF:
9402 /* Check whether INSN is an execute. Return the label_ref to its
14752 rtx code_label, label_ref;
14775 label_ref = (GET_CODE (XEXP (SET_SRC (set), 1)) == LABEL_REF
14751 rtx code_label, label_ref; local
    [all...]

Completed in 49 milliseconds