Lines Matching defs:comm1

147 print_as2_reg_name (int regno, char * op1, char * comm1,
154 sprintf (comm1, "r2 As==10");
159 sprintf (comm1, "r3 As==10");
170 print_as3_reg_name (int regno, char * op1, char * comm1,
177 sprintf (comm1, "r2 As==11");
182 sprintf (comm1, "r3 As==11");
456 char *comm1,
499 strcpy (comm1, _("Warning: illegal as emulation instr"));
511 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
516 sprintf (comm1, "PC rel. 0x%04x",
524 sprintf (comm1, "PC rel. 0x%05lx",
534 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
562 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
574 sprintf (comm1, "#0x%05x", dst);
591 strcpy (comm1, _("Warning: illegal as 2-op instr"));
603 sprintf (comm1, "r3 As==00");
613 * cycles = print_as2_reg_name (regs, op1, comm1, 1, 1, regs == 0 ? 3 : 2);
621 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
626 sprintf (comm1, "#0x%04x", PS (dst));
635 sprintf (comm1, "0x%05x", dst & 0xfffff);
642 * cycles = print_as3_reg_name (regs, op1, comm1, 1, 1, 2);
650 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
654 sprintf (comm1, "PC rel. 0x%04x",
663 sprintf (comm1, "PC rel. 0x%05lx",
674 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
678 sprintf (comm1, "0x%04x", PS (dst));
684 * comm1 = 0;
694 sprintf (comm1, "r3 As==01");
700 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
712 sprintf (comm1, "0x%05x", dst);
812 char *comm1,
836 sprintf (comm1, "r3 As==00");
847 * cycles = print_as2_reg_name (regs, op1, comm1, 2, 1, 2);
855 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
864 * cycles = print_as3_reg_name (regs, op1, comm1, 1, 1, 2);
873 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
878 sprintf (comm1, "PC rel. 0x%04x",
887 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
899 sprintf (comm1, "r3 As==01");
904 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
922 char * comm1,
941 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
946 sprintf (comm1, "PC rel. 0x%05lx", (long) (addr + 2 + dst));
948 sprintf (comm1, "0x%05x", dst);
965 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
970 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
977 if (msp430dis_opcode_signed (addr + 2, info, &dst, comm1))
982 sprintf (comm1, "PC rel. 0x%05lx",
990 if (msp430dis_opcode_unsigned (addr + 2, info, &udst, comm1))
995 sprintf (comm1, "0x%05x", (ureg << 16) + udst);
1002 strcpy (comm1, _("Warning: unrecognised CALLA addressing mode"));
1015 char op1[32], op2[32], comm1[64], comm2[64];
1032 *comm1 = 0;
1051 *comm1 = 0;
1060 msp430_branchinstr (info, opcode, addr, insn, op1, comm1,
1078 op1, comm1, & cycles);
1096 sprintf (comm1, "16-bit words");
1099 sprintf (comm1, "20-bit words");
1129 if (msp430dis_opcode_unsigned (addr + 2, info, &bits, comm1))
1134 sprintf (comm1, "0x%05x", n);
1169 if (msp430dis_opcode_unsigned (addr + 2, info, &bits, comm1))
1174 sprintf (comm1, "0x%05x", n);
1187 if (msp430dis_opcode_signed (addr + 2, info, &n, comm1))
1193 sprintf (comm1, "PC rel. 0x%05lx",
1196 sprintf (comm1, "0x%05x", n);
1240 if (msp430dis_opcode_unsigned (addr + 2, info, &bits, comm1))
1247 sprintf (comm1, "0x%05x", n);
1277 cmd_len += msp430_nooperands (opcode, addr, insn, comm1, &cycles);
1282 comm1, comm2,
1310 msp430_singleoperand (info, opcode, addr, insn, op1, comm1,
1364 if (*comm1)
1365 prin (stream, "\t %s", comm1);
1406 if (*comm1 || *comm2)
1420 if (*comm1)
1421 (*prin) (stream, "%s", comm1);
1422 if (*comm1 && *comm2)