Lines Matching refs:comm
44 char * comm) in msp430dis_read_two_bytes() argument
58 if (comm) in msp430dis_read_two_bytes()
59 sprintf (comm, _("Warning: disassembly unreliable - not enough bytes available")); in msp430dis_read_two_bytes()
64 if (comm) in msp430dis_read_two_bytes()
65 sprintf (comm, _("Error: read from memory failed")); in msp430dis_read_two_bytes()
75 char * comm) in msp430dis_opcode_unsigned() argument
79 if (msp430dis_read_two_bytes (addr, info, buffer, comm)) in msp430dis_opcode_unsigned()
95 char * comm) in msp430dis_opcode_signed() argument
99 if (msp430dis_read_two_bytes (addr, info, buffer, comm)) in msp430dis_opcode_signed()
120 char *comm, in msp430_nooperands() argument
134 strcpy (comm, "emulated..."); in msp430_nooperands()
139 strcpy (comm, "return from interupt"); in msp430_nooperands()
198 char *comm, in msp430_singleoperand() argument
258 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
263 sprintf (comm, "PC rel. abs addr 0x%04x", in msp430_singleoperand()
269 sprintf (comm, "PC rel. abs addr 0x%05lx", in msp430_singleoperand()
277 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
291 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
314 sprintf (comm, "r3 As==00"); in msp430_singleoperand()
325 * cycles = print_as2_reg_name (regd, op, comm, 1, 1, 3); in msp430_singleoperand()
333 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
338 sprintf (comm, "#0x%04x", PS (dst)); in msp430_singleoperand()
346 sprintf (comm, "#0x%05x", dst); in msp430_singleoperand()
351 * cycles = print_as3_reg_name (regd, op, comm, 1, 1, 3); in msp430_singleoperand()
359 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
363 sprintf (comm, "PC rel. 0x%04x", in msp430_singleoperand()
369 sprintf (comm, "PC rel. 0x%05lx", in msp430_singleoperand()
377 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
392 sprintf (comm, "r3 As==01"); in msp430_singleoperand()
397 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm)) in msp430_singleoperand()
408 sprintf (comm, "%05x", dst); in msp430_singleoperand()
423 sprintf (comm, "abs 0x%lx", (long) (addr + 2 + where)); in msp430_singleoperand()