Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/m32r/
Dm32r.c506 return SYMBOL_REF_SMALL_P (op); in small_data_operand()
513 return SYMBOL_REF_SMALL_P (XEXP (XEXP (op, 0), 0)); in small_data_operand()
/openbsd/src/gnu/gcc/gcc/config/score/
Dscore-mdaux.c119 if (SYMBOL_REF_SMALL_P (x)) in score_classify_symbol()
/openbsd/src/gnu/gcc/gcc/config/ia64/
Dpredicates.md66 if (!SYMBOL_REF_LOCAL_P (op) || !SYMBOL_REF_SMALL_P (op))
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dpredicates.md368 && SYMBOL_REF_SMALL_P (op)
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c484 && SYMBOL_REF_SMALL_P (symbol) in frv_small_data_reloc_p()
4138 else if (SYMBOL_REF_SMALL_P (sym)) in frv_emit_movsi()
4149 if (GET_CODE (sym) == SYMBOL_REF && SYMBOL_REF_SMALL_P (sym)) in frv_emit_movsi()
Dpredicates.md536 return (flag_pic == 0) && (! SYMBOL_REF_SMALL_P (op));
/openbsd/src/gnu/gcc/gcc/
Drtl.h1301 #define SYMBOL_REF_SMALL_P(RTX) \ macro
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c1226 if (SYMBOL_REF_SMALL_P (x) in mips_classify_symbol()
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi492 @findex SYMBOL_REF_SMALL_P
Dgccint.info33777 * SYMBOL_REF_SMALL_P: Special Accessors. (line 93)
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c2669 return SYMBOL_REF_SMALL_P (sym_ref); in small_data_operand()