Searched refs:symref (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dosfrose.h217 rtx symref; \
220 symref = HALF_PIC_PTR (gen_rtx (SYMBOL_REF, Pmode, \
225 XSTR (symref, 0)); \
/haiku-buildtools/legacy/gcc/gcc/config/romp/
H A Dromp.c1320 rtx symref; /* Created SYMBOL_REF rtx. */
1352 if (strcmp (name, XSTR (p->symref, 0)) == 0)
1362 p->symref = gen_rtx (SYMBOL_REF, Pmode,
1369 return p->symref;
1309 rtx symref; /* Created SYMBOL_REF rtx. */ member in struct:symref_hashent
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.h3447 rtx symref = eliminate_constant_term (XEXP (X, 0), &offset); \
3460 if (GET_CODE (symref) == LABEL_REF) \
3463 if (GET_CODE (symref) != SYMBOL_REF) \
3470 return COSTS_N_INSNS (SYMBOL_REF_FLAG (symref) ? 1 : 2); \
/haiku-buildtools/gcc/gcc/config/iq2000/
H A Diq2000.c3454 rtx symref = eliminate_constant_term (XEXP (x, 0), & offset);
3456 if (GET_CODE (symref) == LABEL_REF)
3458 else if (GET_CODE (symref) != SYMBOL_REF)
3464 * total = COSTS_N_INSNS (SYMBOL_REF_FLAG (symref) ? 1 : 2);
3427 rtx symref = eliminate_constant_term (XEXP (x, 0), & offset); local
/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c3046 s390_loadrelative_operand_p (rtx addr, rtx *symref, HOST_WIDE_INT *addend) argument
3067 if (symref)
3068 *symref = addr;
3970 rtx symref;
3972 if (!s390_loadrelative_operand_p (addr, &symref, &addend))
3978 if (GET_CODE (symref) == SYMBOL_REF
3979 && !SYMBOL_REF_NOT_NATURALLY_ALIGNED_P (symref))
3982 if (GET_CODE (symref) == UNSPEC
3997 rtx symref;
3999 if (!s390_loadrelative_operand_p (addr, &symref,
3969 rtx symref; local
3996 rtx symref; local
4104 rtx symref; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.c12822 symref:
13440 goto symref;

Completed in 196 milliseconds