Lines Matching refs:dst

98   short dst = 0;
107 case 0: /* Emulated work with dst register. */
143 dst = msp430dis_opcode (addr + 2, info);
146 sprintf (op, "0x%04x", dst);
148 PS ((short) (addr + 2) + dst));
153 dst = msp430dis_opcode (addr + 2, info);
156 sprintf (op, "&0x%04x", PS (dst));
160 dst = msp430dis_opcode (addr + 2, info);
163 sprintf (op, "%d(r%d)", dst, regd);
221 dst = msp430dis_opcode (addr + 2, info);
223 sprintf (op, "#%d", dst);
224 sprintf (comm, "#0x%04x", PS (dst));
238 dst = msp430dis_opcode (addr + 2, info);
240 sprintf (op, "0x%04x", PS (dst));
242 PS ((short) addr + 2 + dst));
247 dst = msp430dis_opcode (addr + 2, info);
249 sprintf (op, "&0x%04x", PS (dst));
260 dst = msp430dis_opcode (addr + 2, info);
262 sprintf (op, "%d(r%d)", dst, regd);
301 short dst = 0;
312 /* With dst, there are only:
317 emulated_ins dst
318 basic_ins dst, dst. */
340 dst = msp430dis_opcode (addr + 2, info);
343 sprintf (op1, "0x%04x", PS (dst));
345 PS ((short) addr + 2 + dst));
351 dst = msp430dis_opcode (addr + 2, info);
352 /* If the 'src' field is not the same as the dst
354 if (dst != msp430dis_opcode (addr + 4, info))
358 sprintf (op1, "&0x%04x", PS (dst));
363 dst = msp430dis_opcode (addr + 2, info);
366 sprintf (op1, "%d(r%d)", dst, regd);
441 dst = msp430dis_opcode (addr + 2, info);
443 sprintf (op1, "#%d", dst);
444 sprintf (comm1, "#0x%04x", PS (dst));
458 dst = msp430dis_opcode (addr + 2, info);
460 sprintf (op1, "0x%04x", PS (dst));
462 PS ((short) addr + 2 + dst));
468 dst = msp430dis_opcode (addr + 2, info);
470 sprintf (op1, "&0x%04x", PS (dst));
471 sprintf (comm1, "0x%04x", PS (dst));
483 dst = msp430dis_opcode (addr + 2, info);
485 sprintf (op1, "%d(r%d)", dst, regs);
516 dst = msp430dis_opcode (addr + cmd_len, info);
517 sprintf (op2, "0x%04x", PS (dst));
519 PS ((short) addr + cmd_len + dst));
525 dst = msp430dis_opcode (addr + cmd_len, info);
527 sprintf (op2, "&0x%04x", PS (dst));
531 dst = msp430dis_opcode (addr + cmd_len, info);
533 sprintf (op2, "%d(r%d)", dst, regd);
552 short dst = 0;
561 /* dst is a source register. */
617 dst = msp430dis_opcode (addr + 2, info);
619 sprintf (op1, "#0x%04x", PS (dst));
634 dst = msp430dis_opcode (addr + 2, info);
637 sprintf (op1, "0x%04x", PS (dst));
639 PS ((short) addr + 2 + dst));
644 dst = msp430dis_opcode (addr + 2, info);
646 sprintf (op1, "&0x%04x", PS (dst));
657 dst = msp430dis_opcode (addr + 2, info);
659 sprintf (op1, "%d(r%d)", dst, regs);