Home
last modified time | relevance | path

Searched refs:SYMBOL_REF_TDA_P (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.c586 else if (SYMBOL_REF_TDA_P (x)) in print_operand()
607 else if (SYMBOL_REF_TDA_P (x)) in print_operand()
757 else if (SYMBOL_REF_TDA_P (addr)) in print_operand_address()
787 else if (SYMBOL_REF_TDA_P (x)) in print_operand_address()
1096 return SYMBOL_REF_TDA_P (addr); in ep_memory_operand()
1112 if (GET_CODE (op0) == SYMBOL_REF && SYMBOL_REF_TDA_P (op0)) in ep_memory_operand()
H A Dv850.h1142 #define SYMBOL_REF_TDA_P(X) ((SYMBOL_REF_FLAGS (X) & SYMBOL_FLAG_TDA) != 0) macro