Lines Matching defs:dst

95   short dst = 0;
104 case 0: /* Emulated work with dst register. */
140 dst = msp430dis_opcode (addr + 2, info);
143 sprintf (op, "0x%04x", dst);
145 PS ((short) (addr + 2) + dst));
150 dst = msp430dis_opcode (addr + 2, info);
153 sprintf (op, "&0x%04x", PS (dst));
157 dst = msp430dis_opcode (addr + 2, info);
160 sprintf (op, "%d(r%d)", dst, regd);
218 dst = msp430dis_opcode (addr + 2, info);
220 sprintf (op, "#%d", dst);
221 sprintf (comm, "#0x%04x", PS (dst));
235 dst = msp430dis_opcode (addr + 2, info);
237 sprintf (op, "0x%04x", PS (dst));
239 PS ((short) addr + 2 + dst));
244 dst = msp430dis_opcode (addr + 2, info);
246 sprintf (op, "&0x%04x", PS (dst));
257 dst = msp430dis_opcode (addr + 2, info);
259 sprintf (op, "%d(r%d)", dst, regd);
298 short dst = 0;
309 /* With dst, there are only:
314 emulated_ins dst
315 basic_ins dst, dst. */
337 dst = msp430dis_opcode (addr + 2, info);
340 sprintf (op1, "0x%04x", PS (dst));
342 PS ((short) addr + 2 + dst));
348 dst = msp430dis_opcode (addr + 2, info);
349 /* If the 'src' field is not the same as the dst
351 if (dst != msp430dis_opcode (addr + 4, info))
355 sprintf (op1, "&0x%04x", PS (dst));
360 dst = msp430dis_opcode (addr + 2, info);
363 sprintf (op1, "%d(r%d)", dst, regd);
438 dst = msp430dis_opcode (addr + 2, info);
440 sprintf (op1, "#%d", dst);
441 sprintf (comm1, "#0x%04x", PS (dst));
455 dst = msp430dis_opcode (addr + 2, info);
457 sprintf (op1, "0x%04x", PS (dst));
459 PS ((short) addr + 2 + dst));
465 dst = msp430dis_opcode (addr + 2, info);
467 sprintf (op1, "&0x%04x", PS (dst));
468 sprintf (comm1, "0x%04x", PS (dst));
480 dst = msp430dis_opcode (addr + 2, info);
482 sprintf (op1, "%d(r%d)", dst, regs);
513 dst = msp430dis_opcode (addr + cmd_len, info);
514 sprintf (op2, "0x%04x", PS (dst));
516 PS ((short) addr + cmd_len + dst));
522 dst = msp430dis_opcode (addr + cmd_len, info);
524 sprintf (op2, "&0x%04x", PS (dst));
528 dst = msp430dis_opcode (addr + cmd_len, info);
530 sprintf (op2, "%d(r%d)", dst, regd);
549 short dst = 0;
559 /* dst is a source register. */
615 dst = msp430dis_opcode (addr + 2, info);
617 sprintf (op1, "#0x%04x", PS (dst));
632 dst = msp430dis_opcode (addr + 2, info);
635 sprintf (op1, "0x%04x", PS (dst));
637 PS ((short) addr + 2 + dst));
642 dst = msp430dis_opcode (addr + 2, info);
644 sprintf (op1, "&0x%04x", PS (dst));
655 dst = msp430dis_opcode (addr + 2, info);
657 sprintf (op1, "%d(r%d)", dst, regs);