Home
last modified time | relevance | path

Searched refs:ptrreg_to_str (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Davr.cc159 static const char *ptrreg_to_str (int);
2996 ptrreg_to_str (int regno) in ptrreg_to_str() function
3078 fprintf (file, "%s", ptrreg_to_str (REGNO (addr))); in avr_print_operand_address()
3082 fprintf (file, "-%s", ptrreg_to_str (REGNO (XEXP (addr, 0)))); in avr_print_operand_address()
3086 fprintf (file, "%s+", ptrreg_to_str (REGNO (XEXP (addr, 0)))); in avr_print_operand_address()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200722993 * config/avr/avr.c (ptrreg_to_str): Replace error() with
23056 * config/avr/avr.c (ptrreg_to_str): Replace gcc_unreachable() with
DChangeLog-20009761 out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
DChangeLog-200521598 (ptrreg_to_str, cond_string, avr_normalize_condition): Likewise.