Searched refs:PRINT_OPERAND_PUNCT_VALID_P (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1783 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
1753 #define PRINT_OPERAND_PUNCT_VALID_P macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2402 #define PRINT_OPERAND_PUNCT_VALID_P(CHAR) \
2381 #define PRINT_OPERAND_PUNCT_VALID_P macro
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c3135 #ifdef PRINT_OPERAND_PUNCT_VALID_P
3136 else if (PRINT_OPERAND_PUNCT_VALID_P ((unsigned char) *p))
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2277 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
2262 #define PRINT_OPERAND_PUNCT_VALID_P macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h2102 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
2089 #define PRINT_OPERAND_PUNCT_VALID_P macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h2241 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) \
2226 #define PRINT_OPERAND_PUNCT_VALID_P macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2494 `PRINT_OPERAND_PUNCT_VALID_P' is not defined, it means that no
2498 #define PRINT_OPERAND_PUNCT_VALID_P(CODE) mips_print_operand_punct[CODE]
2478 #define PRINT_OPERAND_PUNCT_VALID_P macro
H A Dmips.c5421 if (PRINT_OPERAND_PUNCT_VALID_P (letter))

Completed in 261 milliseconds