Searched refs:m32c_print_operand (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c-protos.h87 void m32c_print_operand (FILE *, rtx, int);
H A Dm32c.h637 #define PRINT_OPERAND(S,X,C) m32c_print_operand (S, X, C)
H A Dm32c.c2355 m32c_print_operand (FILE * file, rtx x, int code) function
2707 /* Implements PRINT_OPERAND_PUNCT_VALID_P. See m32c_print_operand
2727 m32c_print_operand (stream, address, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m32c/
H A Dm32c-protos.h83 void m32c_print_operand (FILE *, rtx, int);
H A Dm32c.h605 #define PRINT_OPERAND(S,X,C) m32c_print_operand (S, X, C)
H A Dm32c.c2058 m32c_print_operand (FILE * file, rtx x, int code) function
2363 /* Implements PRINT_OPERAND_PUNCT_VALID_P. See m32c_print_operand
2378 m32c_print_operand (stream, XEXP (address, 0), 0);

Completed in 176 milliseconds