Home
last modified time | relevance | path

Searched refs:SYMBOL_REF_FUNCTION_P (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/ia64/
Dpredicates.md35 (match_test "SYMBOL_REF_FUNCTION_P (op)")))
127 if (SYMBOL_REF_FUNCTION_P (op))
139 (match_test "! SYMBOL_REF_FUNCTION_P (op)")))
Dia64.c879 else if (GET_CODE (src) == SYMBOL_REF && SYMBOL_REF_FUNCTION_P (src)) in ia64_expand_load_address()
3626 && SYMBOL_REF_FUNCTION_P (x)) in ia64_assemble_integer()
/openbsd/src/gnu/gcc/gcc/config/stormy16/
Dstormy16.h650 if (SYMBOL_REF_FUNCTION_P (SYMBOL)) \
/openbsd/src/gnu/gcc/gcc/config/arc/
Darc.c1164 && ((GET_CODE (x) == SYMBOL_REF && SYMBOL_REF_FUNCTION_P (x)) in arc_assemble_integer()
1729 if ((GET_CODE (x) == SYMBOL_REF && SYMBOL_REF_FUNCTION_P (x)) in arc_print_operand()
1851 if (/*???*/ 0 && SYMBOL_REF_FUNCTION_P (addr)) in arc_print_operand_address()
Darc.h448 ((C) == 'R' ? (SYMBOL_REF_FUNCTION_P (VALUE) || GET_CODE (VALUE) == LABEL_REF) \
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dpredicates.md171 return ! SYMBOL_REF_FUNCTION_P (op);
192 return SYMBOL_REF_FUNCTION_P (op);
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dpredicates.md666 && (DEFAULT_ABI != ABI_AIX || SYMBOL_REF_FUNCTION_P (op))")))
696 (match_test "(DEFAULT_ABI != ABI_AIX || SYMBOL_REF_FUNCTION_P (op))
Drs6000.md10402 || (DEFAULT_ABI == ABI_AIX && !SYMBOL_REF_FUNCTION_P (operands[0]))
10475 || (DEFAULT_ABI == ABI_AIX && !SYMBOL_REF_FUNCTION_P (operands[1]))
/openbsd/src/gnu/gcc/gcc/config/alpha/
Dpredicates.md287 if (!SYMBOL_REF_FUNCTION_P (op))
/openbsd/src/gnu/gcc/gcc/config/
Ddarwin.c194 function_p = SYMBOL_REF_FUNCTION_P (sym_ref); in machopic_classify_symbol()
/openbsd/src/gnu/gcc/gcc/config/bfin/
Dbfin.c158 && SYMBOL_REF_FUNCTION_P (addr)) in legitimize_pic_address()
3770 && SYMBOL_REF_FUNCTION_P (value)) in bfin_assemble_integer()
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c3842 return SYMBOL_REF_FUNCTION_P (x); in frv_function_symbol_referenced_p()
4075 if (SYMBOL_REF_FUNCTION_P (sym)) in frv_emit_movsi()
6907 && SYMBOL_REF_FUNCTION_P (value)) in frv_assemble_integer()
/openbsd/src/gnu/gcc/gcc/config/sh/
Dsh.h2897 if (TARGET_SH5 && !SYMBOL_REF_FUNCTION_P (SYM)) \
/openbsd/src/gnu/gcc/gcc/
Drtl.h1293 #define SYMBOL_REF_FUNCTION_P(RTX) \ macro
/openbsd/src/gnu/gcc/gcc/config/avr/
Davr.c1104 && ((GET_CODE (addr) == SYMBOL_REF && SYMBOL_REF_FUNCTION_P (addr)) in print_operand_address()
4525 && ((GET_CODE (x) == SYMBOL_REF && SYMBOL_REF_FUNCTION_P (x)) in avr_assemble_integer()
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x.c2856 && SYMBOL_REF_FUNCTION_P (op); in c4x_T_constraint()
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi475 @findex SYMBOL_REF_FUNCTION_P
Dgccint.info33774 * SYMBOL_REF_FUNCTION_P: Special Accessors. (line 81)