Home
last modified time | relevance | path

Searched refs:avr_print_operand (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c2769 avr_print_operand (FILE *file, rtx x, int code) in avr_print_operand() function
2885 avr_print_operand (file, addr, 'i'); in avr_print_operand()
2892 avr_print_operand (file, XEXP (addr, 1), 0); in avr_print_operand()
2910 avr_print_operand (file, XEXP (addr, 0), 0); /* r26, r28, r30 */ in avr_print_operand()
2919 avr_print_operand (file, XEXP (addr, 1), code); in avr_print_operand()
14759 #define TARGET_PRINT_OPERAND avr_print_operand
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc3143 avr_print_operand (FILE *file, rtx x, int code) in avr_print_operand() function
3259 avr_print_operand (file, addr, 'i'); in avr_print_operand()
3266 avr_print_operand (file, XEXP (addr, 1), 0); in avr_print_operand()
3284 avr_print_operand (file, XEXP (addr, 0), 0); /* r26, r28, r30 */ in avr_print_operand()
3293 avr_print_operand (file, XEXP (addr, 1), code); in avr_print_operand()
15206 #define TARGET_PRINT_OPERAND avr_print_operand
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201210919 (avr_print_operand): Print raw REGNO if 'r' is used with REG.
12732 (avr_print_operand, avr_operand_rtx_cost): Handle: CONST_FIXED.
32858 (avr_print_operand): Print addreeses as symbols for
33232 (avr_print_operand): Ditto.
H A DChangeLog-20162862 * config/avr/avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.
20268 * config/avr/avr.c (avr_print_operand): Fix "format not a string
H A DChangeLog-20157514 (avr_print_operand): Update calls to avr_print_operand_address.
13950 * config/avr/avr.c (avr_print_operand): Likewise.
H A DChangeLog-201414042 (avr_print_operand): Print CCP address in case of AVRTINY also.
15953 (avr_print_operand) <i>: Allow SYMBOL_REF with SYMBOL_FLAG_IO;
H A DChangeLog-2011812 (avr_print_operand): ...this and make static.
H A DChangeLog-201336631 * config/avr/avr.c (avr_print_operand): Add space after '%c' in
H A DChangeLog-20172098 avr_legitimize_reload_address, avr_asm_len, avr_print_operand,