Searched refs:comment1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Davr-dis.c271 char op1[20], op2[20], comment1[40], comment2[40]; local
329 comment1[0] = 0;
349 ok = avr_operand (insn, insn2, addr, *op, op1, comment1, 0, &sym_op1, &sym_addr1);
353 *comment1 ? comment2 : comment1, regs, &sym_op2, &sym_addr2);
362 sprintf (comment1, "????");
374 if (*comment1)
375 (*prin) (stream, "\t; %s", comment1);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Davr-dis.c285 char op1[20], op2[20], comment1[40], comment2[40]; local
343 comment1[0] = 0;
364 ok = avr_operand (insn, insn2, addr, *constraints, opcode_str, op1, comment1, 0, &sym_op1, &sym_addr1);
368 *comment1 ? comment2 : comment1, regs, &sym_op2, &sym_addr2);
377 sprintf (comment1, "????");
389 if (*comment1)
390 (*prin) (stream, "\t; %s", comment1);

Completed in 216 milliseconds