Home
last modified time | relevance | path

Searched refs:SYMBOL_REF_SMALL_P (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/ia64/
Dpredicates.md66 if (!SYMBOL_REF_LOCAL_P (op) || !SYMBOL_REF_SMALL_P (op))
/freebsd-10-stable/contrib/gcc/
Drtl.h1315 #define SYMBOL_REF_SMALL_P(RTX) \ macro
DChangeLog-200314987 (mips_classify_symbol): Use SYMBOL_REF_SMALL_P.
24228 * config/rs6000/rs6000.c (small_data_operand): Use SYMBOL_REF_SMALL_P.
26327 (small_data_operand): Use SYMBOL_REF_SMALL_P.
26380 all users with SYMBOL_REF_SMALL_P.
26381 (const_small_data_p): Use SYMBOL_REF_SMALL_P.
26484 SYMBOL_REF_SMALL_P and SYMBOL_REF_LOCAL_P.
26500 (small_symbolic_operand): Use SYMBOL_REF_SMALL_P.
27021 (SYMBOL_FLAG_SMALL, SYMBOL_REF_SMALL_P): New.
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c1230 if (SYMBOL_REF_SMALL_P (x) in mips_classify_symbol()
/freebsd-10-stable/contrib/gcc/doc/
Drtl.texi492 @findex SYMBOL_REF_SMALL_P
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c2702 return SYMBOL_REF_SMALL_P (sym_ref); in small_data_operand()