Lines Matching refs:comment
52 char *opcode_str, char *buf, char *comment, int regs, int *sym, bfd_vma *sym_addr) in avr_operand() argument
114 sprintf (comment, _("undefined")); in avr_operand()
135 sprintf (comment, _("undefined")); in avr_operand()
151 sprintf (comment, "0x%02x", x); in avr_operand()
162 strcpy (comment, comment_start); in avr_operand()
171 strcpy (comment, comment_start); in avr_operand()
182 strcpy (comment, comment_start); in avr_operand()
203 sprintf (comment, "%d", ((insn & 0xf00) >> 4) | (insn & 0xf)); in avr_operand()
218 sprintf (comment, "%d", x); in avr_operand()
237 sprintf (comment, "%d", x); in avr_operand()
247 sprintf (comment, "%d", x); in avr_operand()